Re: [MonoTouch] ViewDidAppear or ViewWillAppear not firing

2012-03-27 Thread slodge
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

Re: [MonoTouch] ViewDidAppear or ViewWillAppear not firing

2012-03-27 Thread Craig Dunn
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