Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Roland Hagan
6,443 PointsSlow loading images in my iOS app
I have an iOS app written in Objective C. I am using the Web Hosting for students server which provides me with 30GB Bandwith and 3GB disk space, and the images in my app are loading very slowly, all the images have been compressed. Is this a server issue or a coding issue? Thanks.
1 Answer
Tal Zion
6,234 PointsHi Roland,
Can you please paste your code? It might by that you are downloading your image on the main thread.