Skip to content

escoz/QuickDialog

Repository files navigation

QuickDialog

Quick and simple dialogs for iOS developers.

For more information and documentation, please go to the project official website.

QuickDialog allows you to create HIG-compliant iOS forms for your apps without having to directly deal with UITableViews, delegates and data sources. Fast and efficient, you can create forms with multiple text fields, or with thousands of items with no sweat!

Sample Styling QuickDialog

Download the project and run the demo app, I'm sure you'll like how simple it is to create powerful dialogs!

Have a question? ask it on our new Google Groups: https://groups.google.com/forum/?fromgroups&hl=en#!forum/quickdialog


QuickDialog is inspired by the brilliant MonoTouch.Dialog library created by Miguel de Icaza, which can be found at https://github.com/migueldeicaza/MonoTouch.Dialog.