I have two different UIStorboard
s and I am using a UINavigationController
to load the pages.
I have a total of three UIViewController
s. Two of them are on the first UIStoryboard
and the third one is on the second UIStoryboard
.
1) Navigation controller
2) Main Controller
3) Value Screen Controller.
I want to add right button on navigation bar only when value screen controller get loaded. It should not be available on Main view controller. I tried with this solution but not worked.