Previously I mentioned a number of iOS components for creating simple modal popups such as the popular UAModalPanel.
Here’s an excellent component submitted by Michal Zabarowski for creating modal popups providing an alternative to UIModalPresentationFormSheet with a nice blocks based syntax and added iPhone support.
MZFormSheetController also has a number of predefined transitions so you can customize whether the modal form slides in, fades in, bounces in or you can create your own custom transition. There are also a number of properties for customizing the exact look and position of the form.
Here are a couple of images from the readme showing MZFormSheetController in action:
You can find MZFormSheetController on Github here.
You’ll find an example included, and further instructions on customization in the readme.
- Elegant Open Source iPhone Modal Popup Panel With Built In Navigation Bar
- Open Source iOS Library For Highly Customizable Animated Semi-Modal Views
- Examples: Using Cordova (Phonegap) As A Component Within Objective-C Apps
- Open Source iPad Control For Presenting Modal Views While Blurring Background
- Open Source iOS Library For Creating Modal Views That Automatically Blurs The Background
Original article: Open Source iOS Component For Creating Great Looking iPhone/iPad Modal Forms
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.