Using The iOS 7 Custom Transitions API To Create Completely Customizable UIAlertViews

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:

CustomAlertViewDemo

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.

FacebookTwitterDiggStumbleUponGoogle Plus

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.

Leave a Reply

Your email address will not be published. Required fields are marked *