IDMPhotoBrowser icon indicating copy to clipboard operation
IDMPhotoBrowser copied to clipboard

Could I hide the browser by TapGestureRecognizer ?

Open lifution opened this issue 8 years ago • 4 comments

I want to hide the browser by TapGestureRecognizer (not by Done button or SwipeGestureRecognizer), but I can't find the way to do this, could you guide me how to do this ? Thanks a lot.

lifution avatar May 01 '16 14:05 lifution

modify the sources code, man. by default, there is a tap gesture on browser, but the default action is to show the label or not. so, change the action to close the brower manually!

yangzhixiao avatar Nov 24 '16 02:11 yangzhixiao

It's better to use the attribute "dismissOnTouch" . @property (nonatomic) BOOL dismissOnTouch;

DevinShine avatar Dec 13 '16 11:12 DevinShine

this class (IDMPhotoBrowser) no "dismissOnTouch" attribute

mrliuning avatar Jan 22 '17 03:01 mrliuning

https://github.com/thiagoperes/IDMPhotoBrowser/commit/0f97866fa3e77f5ae16767c19f7bd7dc51d570ed @liuning1084126465

DevinShine avatar Jan 23 '17 05:01 DevinShine