escoz / QuickDialog

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

Application Crash on QPickerElement on iPad #659

Open shahjeet297 opened 10 years ago

shahjeet297 commented 10 years ago

Application crash when using QPickerElement on Modal view controller in popover on iPad and then endEditing for QuickDialog.

Solution: Need to add dealloc method to set picker delegates to nil to avoid sending messages to already deallocated objects.