ilant
ilant
Hi, very beautiful library Wanted to ask if there is some way to allow swipe to the next image, when the current image is zoomed, without the need to un-zoom...
flashing (flickering) occurs when canceling animation (returning to current view controller), something like showing next view controller for milliseconds - and then hide it How it can be prevented? thaks
How can gesture for going to next view controller be initialized without waiting for [finishInteractiveTransition] end (to mimic the functionality of UIPageViewController changing child items)
Is there any way to change the current image (swiping right-left) while it is in zoomed state ? Sometimes its not very intuitive to return to the initial (original) image...
Wanted to ask if the viewer can be reused, or it must be created again each time a thumbnail is tapped ?
On close the browser with verticalGesture there is delay before the presenting view gets interactive
After close the browser with verticalGesture - where is delay before the presenting view controller gets interactive (you can't tap or scroll it). Maybe need to set the animated param...
it would be great to allow zoomOut to other thumbnail image when using verticalGesture to close the photoBrowser with zoom-out animation. now, if after open the browser with "animatedFrom" view...
With tabBar having "translucent" set to NO - opened semi modal window leaves black line in tabBar position after presenting the popup view How it can be fixed? Thanks