MJPopupViewController icon indicating copy to clipboard operation
MJPopupViewController copied to clipboard

A UIViewController Category to display a ViewController as a popup with different transition effects.

Results 51 MJPopupViewController issues
Sort by recently updated
recently updated
newest added

Hey man, first and foremost awesome popup control, I am trying to use voiceover, but, it doesn't seem to trigger on the popup, any idea why?

I want to dismiss the popup view by a button click placed in to the view and callback should happen when i do it. Please help me

whenever I try set popupViewController.view frame/bounds before presentPopupViewController or after it, or try in popupViewcontrlloer - (void)viewWillLayoutSubviews{ [super viewWillLayoutSubviews]; self.view.superview.bounds = CGRectMake(0, 0, 100, 100); } all can not work,...

I have TableView in UIViewController with custom cell. And in custom cell I have 1 A view with UITapGestureRecognizer when tap it I call viewController as popup as below: in...

i want to assign different colors to popup view while it open. please help me.

the - (void)dismissPopupViewControllerWithanimation:(id)sender is for the UIViewController, so what if i am displaying only UIView and want to remove it from the parent view

Crashes (exc_bad_access) when you tap while the view is in the process of fading in. As far as I can tell, this is NOT happening when dismissPopupViewContollerAnimated is called; just...

just set as you say, and call out the pop view from my tableviewcell(in my cell, an btn call out your pop view), it success appear but the cancel btn...

I think there is no need to call view lifecycle methods manually, right?