thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I load an image with a specified index of an array ?

sriteja25 opened this issue · comments

I have an array of images on a web view and I want to open my image full screen using the IDMPhotobrowser.

I want to load the array of images with the image tapped as the current photo shown and enabling user to swipe right or left to get to their other images with a preview at the bottom ? Can this be achieved ? (Just like in Photos app in iPhone)

Oops got it working, just needed setInitialPageIndex method. Thanks for the project though :)