about AQGridView reloaddata
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
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