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 641 forks source link

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

Open sriteja25 opened 6 years ago

sriteja25 commented 6 years ago

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)

sriteja25 commented 6 years ago

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