escoz / QuickDialog

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

fixed a recursive methods call issue #742

Open genru opened 8 years ago

genru commented 8 years ago

when display QPickerElement, [QPickerTableViewCell initWithStyle:reuseIdentifier:] recursive invoked until call stack overflowed.

PatrickNLT commented 8 years ago

Duplicates #725