AQGridView icon indicating copy to clipboard operation
AQGridView copied to clipboard

about AQGridView reloaddata

Open kingka opened this issue 13 years ago • 1 comments

when I scroll the gridView , then I want to load more information ,so I code in the method :scrollViewDidEndDragging to get more information , so ,I need to refresh gridView ,I use the method [gridView reloaddata]; but the app will crash , error said: EXC_BAD_ACCESS。。。。。I'M not use arc ,all the branch like master, develope I have a try , but also have the same problem, any help will be appreciate ,thanks

kingka avatar Jul 26 '12 03:07 kingka

Use ARC. Thanks.

On Jul 26, 2012, at 11:44, kingka [email protected] wrote:

when I scroll the gridView , then I want to load more information ,so I code in the method :scrollViewDidEndDragging to get more information , so ,I need to refresh gridView ,I use the method [gridView reloaddata]; but the app will crash , error said: EXC_BAD_ACCESS。。。。。I'M not use arc ,all the branch like master, develope I have a try , but also have the same problem, any help will be appreciate ,thanks


Reply to this email directly or view it on GitHub: https://github.com/AlanQuatermain/AQGridView/issues/146

evadne avatar Jul 26 '12 03:07 evadne