iOS superView navigation button actions wants to be disable when adding popoverController
Solution:
1. When presenting or adding one subview then hide the navigation bar before presenting the view.
2. After completion of all steps when calling the delegate method to the superView then visible the navigation bar is a better option for that.
1. When presenting or adding one subview then hide the navigation bar before presenting the view.
2. After completion of all steps when calling the delegate method to the superView then visible the navigation bar is a better option for that.
Comments
Post a Comment