I am using Monotouch storyboard for Iphone. I have a navigation controller and through code I am setting the navigationbarhidden to false or true on certain views. I am setting the visibility in ViewWIllAppear method and it is working.
Now I am trying the following code but it has no effect on the navigation bar. I want the navigation bar to fade in or do a transition effect. But it is not working..
this.NavigationController.ModalTransitionStyle = UIModalTransitionStyle.CrossDissolve
.
Anyone know how to solve this problem?