Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/escoz/QuickDialog
QuickDialog - Quick and easy dialog screens for iOS
https://github.com/escoz/QuickDialog
Last synced: 3 months ago
JSON representation
QuickDialog - Quick and easy dialog screens for iOS
- Host: GitHub
- URL: https://github.com/escoz/QuickDialog
- Owner: escoz
- License: other
- Created: 2011-08-12T17:00:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T09:05:48.000Z (about 2 years ago)
- Last Synced: 2024-07-23T08:50:00.408Z (4 months ago)
- Language: Objective-C
- Homepage: http://escoz.com/open-source/quickdialog
- Size: 21.6 MB
- Stars: 3,077
- Watchers: 157
- Forks: 637
- Open Issues: 150
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome - QuickDialog - QuickDialog - Quick and easy dialog screens for iOS (etc)
- awesome - QuickDialog - QuickDialog - Quick and easy dialog screens for iOS (etc)
README
# QuickDialog
**Quick and simple dialogs for iOS developers.**
## For more information and documentation, please go to [the project official website](http://escoz.com/open-source/quickdialog).
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](https://github.com/escoz/QuickDialog/raw/master/other/quickdialog2.png "Sample")
![Styling QuickDialog](https://github.com/escoz/QuickDialog/raw/master/other/quickdialog3.png "Styling cells with 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.*
----------