MJPopupViewController icon indicating copy to clipboard operation
MJPopupViewController copied to clipboard

Added property mj_ignoreTouchOutside to make dismiss more configurable

Open yanghsu opened this issue 9 years ago • 0 comments

I have added a property which is defined like below

@property (nonatomic, assign) BOOL mj_ignoreTouchOutside;

At the same time, the demo project has been modified to enable this new feature

yanghsu avatar Apr 29 '15 16:04 yanghsu