I have an app with a gallery. I have a view full of photos thumbnails. I want to make a view with the photos fullscreen. The problem is that I want to load the fullscreen photos, but when I go back to the thumbnails, I loose all of the information and have to reload it (from JSON). So I think that I've to do it all in the same view controller? Or do you have better solution to me?
Maybe it's a noob question, but I'm new to iOS development (and OOP).