Library Providing An iOS 7 Style Drop-In UIAlertView Replacement With ContentView

About a month ago I mentioned a library providing a customizable UIAlertView replacement with a flat iOS 7 style.

Here’s a library from Scott Berrevoets called SDCAlertView that also provides an alert view in which you can place a view for customization, but follows the UIAlertView API and animations exactly.   The library was inspired by the contentView property that was added to UIAlertView.

This means that you can drop SDCAlertView right in, in place of an alert view and  as the readme states the following functionality has been duplicated:

– Entire UIAlertView public API, including UIAlertViewDelegate
– The dimensions and positioning of all views in all alert configurations
– Font sizes for labels, text fields, and buttons
– User interaction with alert, including parallax effect
– Showing and dismissing animations
– Faded background and disabling of underlying UI elements

Here’s an image from the readme showing SDCAlertView in action:

SDCAlertView

You can find SDCAlertView on Github here.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Library Providing An iOS 7 Style Drop-In UIAlertView Replacement With ContentView

©2013 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 *