Previously I mentioned a tutorial on creating a custom UIStoryboardSegue, and a few libraries that utilize blurring such as this library for making slide out panels with a minimalistic style and blurring.
Here’s a component providing a UIStoryBoardSegue providing a blurry modal overlay called BlurryModalSegue from Citrrus. This means you can drop it right into your storyboard using Xcode project as a custom Storyboard Segue.
In addition BlurryModalSegue supports UIAppearance so you can adjust the blur, tint coloring, and more.
Here’s an image showing BlurryModalSegue in action from the readme:
You can find BlurryModalSegue on Github here.
A nice modal view implementation.
- Custom UIStoryboardSegue Providing A Modal Style Transition
- Tutorial: Making Transitions That Work As Xcode Storyboard Segues (UIStoryboardSegue)
- A Great Looking Custom UIStoryboardSegue Transition Inspired By The Nat Geo City App
- Open Source iOS Library For Creating Modal Views That Automatically Blurs The Background
- Example: Create A 3D iBooks Style Transition That Acts As An Xcode Storyboard Segue
Original article: Open Source iOS Component Providing A Custom Modal Storyboard Segue With Blurring
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.