I'm building a photo gallery for an app that loads latest wall pictures from a facebook page. I've got a thumbnails gallery and a detail view much like many other photo galleries.
I found this nice little framework that manage downloading and presenting of the images in a scroll view with page control: https://github.com/AdrianFlorian/AFImageViewer
I just can't get my head around how to set the initial view if i dont want to start from index 0? That is, if the user taps an image "in the middle", I pass an integer to the framework class. But where does it go? Any hints would be very appreciated!