I think your bug is your use of the ActivityIndicatorAlertView. change
alertView.Hidden = true; to alertView.DismissWithClickedButtonIndex (-1, true); in AuthenticatePasscodeController and SetPasscodeController. Let me know if that is what you are looking for. -bill On Tue, May 15, 2012 at 3:03 PM, celticfrost <[email protected]> wrote: > Thank you Bill. I gave it a go but still no joy. > > I have attached the full code. If you can kindly take a look please. > > http://monotouch.2284126.n4.nabble.com/file/n4635215/FirstAttempt.zip > FirstAttempt.zip > > I even tried to replace uiviewcontroller and uitableview with a > uitableviewcontroller but faced the same issue. > > Basically all the app does is, it displays initial startup screen. Then > depending if it is being run for the first time, it asks user to set > passcode or else takes user directly to screen asking for passcode which is > hardcoded to 1234. > > After it takes user to MainTableController which uses uitableview and where > I have UIBarButtonItems but their events are not firing. > > Many thanks for taking time to look into the code. > > Craig > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/UIBarButtonItems-are-not-firing-in-UIViewController-tp4633026p4635215.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
