I am loadingimages from a url it’s about 20-30 images over http.
The UITableView is very very slow sticky.
What can i do to make it smother?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Download them first, then cache them.
If the cell needs to display and the image isn’t there yet, have a placeholder image available until the real one shows up.
If it’s still slow after that, hook up Instruments and profile it. Instruments will tell you exactly where your code is spending all its time.