hyperoslo / Lightbox

:milky_way: A convenient and easy to use image viewer for your iOS app
https://www.hyper.no
Other
1.62k stars 326 forks source link

Scroll to page #266

Closed glennposadas closed 3 years ago

glennposadas commented 3 years ago

First off, thanks for this library. Is it possible to scroll to a specific page? Especially when presenting the Lightbox controller? Thanks!

alexandrgl commented 3 years ago

You can set start index: LightboxController(images: images, startIndex: selectedIndex)

Or use this method of LightboxController: func goTo(_ page: Int, animated: Bool = true)

glennposadas commented 3 years ago

Super cool! thanks! I DID NOT see these!