I’ve mentioned the custom transition a few times, such as in this tutorial on creating your own custom transitions.
Here’s a tutorial from Matt Neuberg that utilizes the iOS 7 custom view controller transitions API to present a partial view similar to a UIAlertView complete with animations.
The advantage of this approach is that you can place any interface elements into your UIAlertView and in the tutorial Matt shows how to create a UIAlertView with a switch and image.
Here’s an image showing the resulting UIAlertView from the tutorial:
You can find the tutorial on the O’Reilly programming blog here
The demo project to create the alert view shown in the tutorial can be found on Github here.
A nice easy way to create custom alert views.
- Highly Customizable iOS 7 Style UIAlertview Replacement Component
- Tutorial: Guide On Using The iOS 7 UI Transition API To Create Custom View Transitions
- Tutorial: How To Create Custom UIViewController Transitions
- Open Source UINavigationController Replacement Component Featuring Many Custom Transitions
- A View Transitions LIbrary Utilizing The Transitioning API In iOS 7
Original article: Using The iOS 7 Custom Transitions API To Create Completely Customizable UIAlertViews
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





