Hello. Have some problem again. When I switching to some
viewcontroller(secondVC) using PresentViewController like this:

this.NavigationController.PresentViewController(new
UINavigationController(secondVC){
        ModalTransitionStyle= UIModalTransitionStyle.CoverVertical,
     }, false,null);

If paramter "animated" set in false, func ViewDidAppear in secondVC will be
called before the view is displayed. Is it normal for function with name
ViewDidAppear ?

Thanks.

Test project: https://github.com/c0ldd/MonotouchTest



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/ViewDidAppear-is-called-before-the-view-appear-tp4658184.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to