Thanks. I think 1/2 the problem is that all the examples etc use .Netish vars and are littered with delegates etc, so due to cut & paste reuse this stuff creeps in.
Is there any guidance on best practice that the monoteam\users can give to mitigate these sorts of GC issues e.g. 1) Only create controls in ViewDidLoad() 2) Only store these in class level vars 3) Use event handler methods rather than inline delegates??? 4) In the ViewDidUnload do xyz... etc etc. -- View this message in context: http://monotouch.2284126.n4.nabble.com/monotouch-Selector-invoked-from-objective-c-on-a-managed-object-that-has-been-GC-ed-Hunt-the-thimble-tp4616864p4620078.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
