Picture loaded from my server has wrong colors on iPad app – Photoshop
I am developing an iPad app which presents pictures from a photographer. Those photos are uploaded on a webserver, and served directly through the app, where they are downloaded and displayed using the method below : if([[NSFileManager defaultManager] fileExistsAtPath:[url path]]){…