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

Zoom scale controlled from outside ; implemented. #319

Open jams032 opened 3 years ago

jams032 commented 3 years ago

-Earlier, the max zoom scale was fixed ( 4.0, maximumDoubleTapZoomScale), so if someone wants to zoom more on double click, it was not possible. Now, we can set the zoom-in scale value from the implementation class.

jams032 commented 2 years ago

@thiagoperes, could you please check this PR and plan for merge?