I have an app that needs to upload a least 5 photos to a server using API call available with the server. For that I am planning to use threads which ...
I've been trying to implement a background thread in my app to do the long haul, hard graft uploading stuff.
I'm using the FBConnect SDK and it has been working perfectly but ...
I'm loading images with this class. I need help on how to stop them from loading when dealloc is called. This class is extending UIImageView. Also any other advice for ...