diff --git a/README.markdown b/README.markdown index 19dc66e7..99b0f8cf 100644 --- a/README.markdown +++ b/README.markdown @@ -1,27 +1,21 @@ # 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). - - - -
-
by MacBuildServer -
- - +## Quick and simple dialogs for iOS developers +--- 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! +## Examples -Download the project and run the demo app, I'm sure you'll like how simple it is to create powerful dialogs! +### iPhone 6 + +![Sample iPhone 6](/sample_images/qd_iphone6.png "Sample iPhone 6") -Have a question? ask it on our new Google Groups: https://groups.google.com/forum/?fromgroups&hl=en#!forum/quickdialog +### iPad +![Sample iPad](/sample_images/qd_ipad.png "Sample iPad") ---------- diff --git a/sample_images/qd_ipad.png b/sample_images/qd_ipad.png new file mode 100644 index 00000000..2f39af8d Binary files /dev/null and b/sample_images/qd_ipad.png differ diff --git a/sample_images/qd_iphone6.png b/sample_images/qd_iphone6.png new file mode 100644 index 00000000..faa73d23 Binary files /dev/null and b/sample_images/qd_iphone6.png differ