escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

QD 2.0: Upgrade to iOS7 and code cleanup #682

Open escoz opened 10 years ago

escoz commented 10 years ago

Improvements

erikjordan commented 10 years ago

How do you pull this version using CocoaPods?

JoshOldenburg commented 10 years ago

http://guides.cocoapods.org/syntax/podfile.html#pod:

pod 'QuickDialog', :git => 'https://github.com/escoz/QuickDialog.git', :commit => '<insert commit here>'

replacing <insert commit here> with the commit to use

rlaferla commented 10 years ago

When is this going to be released? The latest CocoaPod is old and has tons of iOS deprecation warnings.

escoz commented 10 years ago

It's not ready yet, I hope to have time to finish things soon, but no date defined yet.

On Tue, Jul 8, 2014 at 6:51 AM, Robert La Ferla notifications@github.com wrote:

When is this going to be released? The latest CocoaPod is old and has tons of iOS deprecation warnings.

— Reply to this email directly or view it on GitHub https://github.com/escoz/QuickDialog/issues/682#issuecomment-48338179.

danr777 commented 10 years ago

Any word on any pulls or updates for this project?

hsoi commented 9 years ago

Why was QPickerElement (and friends) removed?