yeah, maybe you could provide the code? gist.github.com the MWC sample subclasses DialogViewController https://github.com/xamarin/mobile-samples/blob/master/MWC/MWC.iOS/Screens/iPhone/UpdateManagerLoadingDialogViewController.cs which is in turn subclassed https://github.com/xamarin/mobile-samples/blob/master/MWC/MWC.iOS/Screens/iPhone/Sessions/SessionsScreen.cs with a ViewWillAppear method, so it is possible :-)
HTH cd On Tue, Mar 27, 2012 at 5:13 PM, slodge <[email protected]> wrote: > Normally when I see this sort of thing happening its caused by a wrapping > uinavigationcontroller ot uitabbarcontroller - check out so - there are > lots > of questions like > > http://stackoverflow.com/questions/3560669/viewwillappear-viewdidappear-not-being-called-not-firing > > Stuart > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/ViewDidAppear-or-ViewWillAppear-not-firing-tp4507284p4508005.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
