Hi, can the MonoTouch techies please comment on the following thoughts?
UIImage's PNG loading is asynchronous (this is a fact). If I have a UITableView now (together with its controller) that is using cells and those in turns use PNGs, the cell might be loaded and used before the PNG has been loaded, right? This again is leading me to the conclusion: if the UITableView and/or its controller is already gone (removed from the view hierarchy and no longer referenced by managed code) before UIImage has finished loading, could it then happen that the UITableViewController gets resurrected via the IntPtr c'tor? Why am I asking? Because most of the IntPtr calls seem to happen in combination with table views and I'm wondering if the above scenario could cause it. Thanks! Regards, René
_______________________________________________ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch