I have a UItableView controller containing images. I also have a refresh button to re-retrieve the data from server in JSON format and populating the UITableView again.
However I am facing an issue whereby the app will crash sometimes when I click on the refresh button (erratic behaviour).
The screenshot of my crash is as follows
From here is seems like the error comes from synthesizing a property, and my assumption is that the error comes from trying to access the property aConnection

I checked the thread on the left hand panel and the following screenshot seems to indicate that the crash happened somewhere when I tried to set the aConnection again.

I am not sure if I posted enough information here, but any advise on how I can proceed will be greatly appreciated
Try using this method.
Hopefully this solves your problem.
You might need to call this method from some click or load event try using this