escoz / QuickDialog

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

QPickerTableViewCell initializer should call super #729

Closed ghost closed 8 years ago

ghost commented 8 years ago

Initializer for QPickerTableViewCell calls self instead of super, resulting in an infinite loop. This fixes it.

PatrickNLT commented 8 years ago

Duplicates #725

ghost commented 8 years ago

Indeed it does. I'll close this one.