escoz / QuickDialog

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

Fix warnings in Xcode 5 #686

Closed face closed 10 years ago

face commented 10 years ago

The default type of assign throws warnings about assign not being appropriate in Xcode 5. Furthermore cocoapods :inhibit_warnings => true isn't suppressing these warnings...

escoz commented 10 years ago

Thanks, merged. This has already been fixed on the 2.0 branch.