Help With NSNotifcation and Asynchronous Downloading
问题 I am sending a notification from one view to another view. My problem is that the notification in the view that I am calling in my cellForRowAtIndexPath method is only getting sent when the tableview is scrolling. How can I stop this and make it send the notification once the images have downloaded? Here is my code: https://gist.github.com/756302 Thanks MKDev 回答1: as far as I understand your code, the message will trigger the reload of the whole table. That should lead to a refresh of the