fish-red / BlurTransition

Demonstrating UIVisualEffects crated via Storyboard and custom transitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlurTransition

Font Awesome Swift

Follow me: @vaberer

I like ★. Do not forget to ★ this project.

Demonstrating UIVisualEffects created via Storyboard and custom transitions

Blur Effects

Demonstrating of using UIVisualEffect to achieve Vibrancy & Blur effect in FirstVC Controller. Demonstrating of using UIVisualEffect to achieve Vibrancy effect in SecondVC Controller.

All UI Elements are made only in Storyboard. Works for all devices and Landscape mode

Custom Transitions

Custom Transitions do not use frames to move elements but only CONSTRAINTS**. Solution for projects which use constraints, so it works in landscape mode without any issues, too.

For Navigation custom transitions, impelemnt in FirstVC UINavigationControllerDelegate, UIViewControllerTransitioningDelegate protocols. Custom Objects for Transitions are PushAnimator, PopAnimator and for modal transition ModalAnimator.

Author

Patrik Vaberer, patrik.vaberer@gmail.com
LinkedIn
Blog

Licence

BlurTransition is available under the MIT license. See the LICENSE file for more info.

About

Demonstrating UIVisualEffects crated via Storyboard and custom transitions

License:MIT License


Languages

Language:Objective-C 100.0%