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
642 stars 120 forks source link

Swipe to dismiss #40

Closed gersonjanhuel closed 5 years ago

gersonjanhuel commented 5 years ago

Hi, awesome lib!!!

Can you implement "swipe down to dismiss" the AXPhotosViewController ?

alexhillc commented 5 years ago

Hey @gersonjanhuel, swipe to dismiss behavior is already available. Check out AXTransitionInfo for customization

gersonjanhuel commented 5 years ago

is there any official documentation to use the lib ? :)

alexhillc commented 5 years ago

The closest thing to official documentation would be the README Otherwise, all public API is fairly well documented (there is no generated documentation, but there are swiftdocs) -- it should be pretty easy to dive into AXTransitionInfo and see what is needed