“-[CFString respondsToSelector:]: message sent to deallocated instance” when trying to access objectArray
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to load next 10 rows of data in tableView when program fetches the last row in - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath I am using single function with pagenumber parameter to load the consecutive pages. It works for first fetch i.e. pagenumber 0, but when I call it again to fetch next page rows, it gives me this error -[CFString respondsToSelector:]: message sent to deallocated instance After banging my head for a long time, I've found that it creates this problem