Unable to dismiss LNPopup Controller using button #499
-
I am able to successfully present the bar and dismiss the bar itself when on ViewController1 - but I am struggling to dismiss the screen that opens For example on
This creates the popup bar itself and opens the popup
According to the documentation
Oddly this is not doing anything. "Dismiss Selected" is of course printing but the view controller is not dismissing. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You use the navigation controller to configure your popup bar. So you have to present the popup bar on the navigation controller, not on the tab bar controller. |
Beta Was this translation helpful? Give feedback.
-
Thank you @iDevelopper I have posted one other question regarding the library I would really appreciate your guidance on that one as well. Link to Question |
Beta Was this translation helpful? Give feedback.
-
I have the same problem
the tabBarController is NOT nil, but in PopupViewController(), the tabBarController is nil, and can't dismiss PopupViewController
|
Beta Was this translation helpful? Give feedback.
You use the navigation controller to configure your popup bar. So you have to present the popup bar on the navigation controller, not on the tab bar controller.