how do I set the T20 PhotoViewer to switch it's current photo to one from its photoSource array at a certain index?
The same way scrolling increments an index and shows a new photo, I want to set a photo index on an init method.
Does anyone know how to do this? Thanks!
Assign a
TTPhoto
to theTTPhotoViewController
'scenterPhoto
property, where the newTTPhoto
you assign is one of the photos in theTTPhotoSource
. TheTTPhotoViewController
will look at the new photo'sindex
, and use it.