KieranLafferty / KLNoteViewController

A view controller that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app
Other
923 stars 147 forks source link

reloadDataAnimated crash app #15

Closed felipecastro closed 11 years ago

felipecastro commented 11 years ago

Hello, tks for the control, it is amazing! but i face a strange situation, I have a button that when clicked in view triggers [self reloadDataAnimated: YES] and each time it is clicked it decreases the performance of the application and after a few clicks makes app crash. What am I doing wrong?

dexcell commented 11 years ago

There is probably something in your viewcontroller, because in my opinion reloadDataAnimated done it correctly and does not decrease the performance.