Please consider subscribing to Mobile Developer Tips RSS feed or following us on Twitter
|
|
|
QuickDialog, written by Eduardo Scoz, is an open source project which offers a comprehensive set of packaged code for creating iPhone style dialogs. QuickDialog offers many controls typically associated with setup and configuration screens, including on/off selectors, dates, sliders, radio style controls, text entry, among others.
Below are a few screenshots of the demo app included with QuickDialog:

I like the idea of QuickDialog, a good fit for quickly creating views to solicit user input. One of the key benefits of QuickDialog is much of the typical overhead in creating and managing tables, rows and associated controls, is taken care of for you. In addition, you can customize much of the look and feel of your dialogs.
Download QuickDialog
You can download QuickDialog from github.
Open Source Recommendations ?
Have you written or worked with iOS or Cocoa open source that you think others would find interesting, send me a note.
Related posts:
- iOS Open Source : Sparrow Framework for Game Development
- iOS Open Source : Facebook Three20
- iOS Open Source : Slide in Menu, DDActionHeaderView
- iOS Open Source : Heads Up Display with MBProgressHUD
- iOS Open Source : ShareKit
Comments
4 Responses to “iOS Open Source : QuickDialog”
Leave Comment
Hey John,
thanks for featuring my project on your blog! Hope people enjoy and use it!
Regards,
Eduardo Scoz
[Reply]
Looks good, I’m gonna give it a try.
[Reply]
Good job, Thanks for your sharing!
[Reply]
Thanks for your sharing.
It’s good on iOS5.0. But I got a problem when I try QickDialog with iphone 4.3 simulator. Please help me to solve this problem.
———————————————————————————————————-
dyld: lazy symbol binding failed: Symbol not found: _objc_autoreleasePoolPush
Referenced from: /Users/romario/Library/Application Support/iPhone Simulator/4.3.2/Applications/EB4001D9-067D-486B-AD8F-7B5353217E94/QuickDialogExample.app/QuickDialogExample
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation
———————————————————————————————————
[Reply]