NavigationControllerBlurTransition
[DEPRECATED] A UINavigationController transition that utilizes a blur view for a simple interface.
Install / Use
/learn @prolificinteractive/NavigationControllerBlurTransitionREADME
[DEPRECATED] NavigationControllerBlurTransition

⚠️ This repository is no longer maintained or supported. New pull requests will not be reviewed. ⚠️
NavigationControllerBlurTransition is a simple blur transition for your UINavigationController. With only one line of code, create a visually appealing interface for your app!
Requirements
NavigationControllerBlurTransition utilizes UIVisualEffectView to provide its blur effect as well as dynamic frameworks (since the library is written in Swift); as such, it requires:
- iOS8+
- Xcode 7.0
Installation
Add the following to your podfile:
pod "NavigationControllerBlurTransition"
Usage
To use this transition, simply set your root view controller as the delegate for your UINavigationController, and implement the following UINavigationControllerDelegate delegate method as such:
func navigationController(navigationController: UINavigationController,
animationControllerForOperation operation: UINavigationControllerOperation,
fromViewController fromVC: UIViewController,
toViewController toVC: UIViewController) -> UIViewControllerAnimatedTransitioning?
{
return self.navigationController?.blurAnimationControllerForOperation(operation)
}
That's it! Now your view controller will push / pop its view controllers over a blurred representation of the initial view controller.
Author
Christopher Jones, c.jones@prolificinteractive.com
License
NavigationControllerBlurTransition is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
Languages
Security Score
Audited on Aug 8, 2023
