thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
MIT License
2.71k stars 642 forks source link

Could I set images order? #207

Closed ryan715 closed 8 years ago

ryan715 commented 8 years ago

Hi, I have a UICollectionView. When I click an image in UICollectionView, all the images add to IDMPhotoBrowser.photos, IDMPhotoBrowser shows the first photo in photos. Is there any property or method can set the image order? I want the photo which I click to be first item.

eduardocallado commented 8 years ago

You can set the initial index using the setInitialPageIndex: method before presenting the PhotoBrowser.