It may be that the SecondVC is "appearing" inside the UINavigationController, which is then shown (animated)
Can you hook onto the UINavigationController's ViewDidAppear? Or try to present just your SecondVC to see if thats the issue (ie, don't wrap it in the UINavController) On 26 March 2013 09:41, c0ld <[email protected]> wrote: > 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 -- Nic Wise t. +44 7788 592 806 | @fastchicken b. http://www.fastchicken.co.nz/ _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
