MJPopupViewController
MJPopupViewController copied to clipboard
A UIViewController Category to display a ViewController as a popup with different transition effects.
I'm dismissing the VC from a button inside the ViewController being presented and the overlay behind it (the black semi transparent layer) is not dismissing with the VC. When I...
You have to tap on the view you present the modal on to get rid of the overlay view...
Now when setting `keepOnTouchOutside` property in the main UIViewController `viewDidLoad` method, the Popup will stay on screen event the the user taps outside its bounds. (Issue #71 ) Updated Podspec...
Hello, i display a UIView in your amazing MJPopup and when the view is open the memory increase of 25MB, and it's ok because it's a complex view with a...
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...
Hi, When i invoke: [self dismissPopupViewControllerWithanimationType:MJPopupViewAnimationFade]; From my popup, the popup dismiss, but the background ViewController still fade. How can i fix it? 10x in advance! ## Ran
Added the ability for the popup views to be presented modally i.e. they won't be dismissed when tapping outside the view area. Updated the Demo to showcase the functionality.
i need to open a new view controller when a button is clicked in the popup area.