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.


Comments

Popular posts from this blog

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift