alexhillc / AXPhotoViewer

An iOS/tvOS photo gallery viewer, useful for viewing a large (or small!) number of photos.
https://www.cocoacontrols.com/controls/axphotoviewer
MIT License
646 stars 119 forks source link

Feature Request: accessing the currentPhotoIndex in a subclass of PhotosViewController #13

Closed deepmode closed 6 years ago

deepmode commented 6 years ago

Hi Alex, I am trying to do a custom share action button via a subclass of PhotosViewController. Is there a way to access the currentPhotoIndex directly in a subclass of PhotosViewController?

Eric

alexhillc commented 6 years ago

Hi @deepmode, these properties were exposed in c80fd1cccd9ceb1a5cf0f2ebb99540fe4f17ba90

deepmode commented 6 years ago

Thanks! 👍