MJPopupViewController
MJPopupViewController copied to clipboard
Added property mj_ignoreTouchOutside to make dismiss more configurable
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