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:
You can find SDCAlertView on Github here.
- Open Source Completely Customizable iPhone UIAlertView Replacement Control
- Highly Customizable iOS 7 Style UIAlertview Replacement Component
- Open Source Drop In UILabel Replacement Library For Easy Fancy Text With Gradients and Shadows
- Open Source: Non-Annoying UIAlertView Replacement Styled After TweetBot’s Alert Panels
- Easily Customizable UIAlertView Replacement With Support For A Blocks-Based Syntax
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.