I am having the same issue. It appears to occur after the .designer.cs file is updated the first time after you upgrade to xcode 4.x.
In my case, the references to the outlets in the designer file were changed to a much less verbose format than previous versions (just an [outlet] declaration as opposed to properties that called GetNativeField and SetNativeField). I was able to temporarily workaround the issue by reverting to the previous declaration mode and manually coding my new outlet in the designer file, but that is certainly not a long-term solution. I also verified that this is not an issue with data in a existing .xib by creating a new view with controller and observing the exact same behavior. I have debugged through the issue on the simulator and discovered that ViewDidLoad is never fired; ViewWillAppear is fired, but nothing after that. -- View this message in context: http://monotouch.2284126.n4.nabble.com/creating-outlets-tp3925466p3927125.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
