All I have is a simple table view that downloads content from twitter using AFNetworking
and then displays it in cells. I have paging enabled in my tableView
, and sometimes when I scroll between my data on my iPad, my app just freezes and my Xcode screen changes to this:
I am new to Objective-C, but in Java when things like this happened, it wrote out a list of all the methods and line numbers in my code leading up to the crash. Is there any way to get it to do something like that? I don't understand anything about this, and the console is just blank.