If it's any help, MonoTouch.Dialog doesn't keep a reference to the Cell either, atleast not that I recall seeing!. Just makes it and passes it on. (posted on the question, too)
thinking about it, you should NOT keep references to cells, because they are designed to be reused.... so you may not get the same cell back in the next GetCell / GetCellForReuse type call. On Wed, Jun 27, 2012 at 1:16 PM, René Ruppert <[email protected]> wrote: > Hi, > > a while ago I posted a question on SO but it was during WWDC, so I assume > you were all busy, hence I'd like to to drag someone's eyes on it: > > http://stackoverflow.com/questions/10977871 > > > Thanks! > > René > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
