I am using a table view and download data using performSelectorInBackground, but I found I can scroll table view when I download, what can I do?
Thanks for your suggestion.
ASIHTTP is already using an operation queue to perform the network request asynchronously; there is no need for you to call this selector on a background thread.
ASIHTTP is already using an operation queue to perform the network request asynchronously; there is no need for you to call this selector on a background thread.