Thanks for the tip, but that is a line-based vertical scroller, whereas i use a horizontal UIScrollview with embedded UIWebViews, vertical UIScrollviews, UIView based galleries etc.
Something like this Objective C code which uses UIScrollView .... https://code.google.com/p/iphone-infinite-horizontal-scroller/ I wish I had the skills to port it, but maybe its just that Objective C is faster ??? Jon -----Ursprüngliche Nachricht----- Von: Nic Wise [mailto:[email protected]] Gesendet: 09 August 2011 10:09 An: Jon Hopkins Cc: Jeff Stedfast; [email protected] Betreff: Re: [MonoTouch] Performance cost of MonoTouch vs. Objective-C you may need to drop to doing this http://blog.atebits.com/2008/12/fast-scrolling-in-tweetie-with-uitableview/ http://mikebluestein.wordpress.com/2009/11/08/fast-scrolling-a-uitableview-in-monotouch/ On Tue, Aug 9, 2011 at 08:43, Jon Hopkins <[email protected]> wrote: > That is true, but I still need a solution. I disable scrolling when adding > and removing views, > But its still there. > > -----Ursprüngliche Nachricht----- > Von: Nic Wise [mailto:[email protected]] > Gesendet: 09 August 2011 09:37 > An: Jon Hopkins > Cc: Jeff Stedfast; [email protected] > Betreff: Re: [MonoTouch] Performance cost of MonoTouch vs. Objective-C > > Hrmmm: > > Simulator: 2.5ghz quad core. > iPad: 1ghz (or less?) single core. > > should explain most of that. > > On Tue, Aug 9, 2011 at 08:03, Jon Hopkins <[email protected]> wrote: >> My Magazine App runs fine in the simulator, and ok in normal use on the >> Ipad, but when you scroll too >> >> Fast, it leaves blank pages which all my optimisations cannot seem to fix. >> The code seems to work fine, >> >> But just not performant. It uses dynamic adding and removing of views on a >> UIScrollView. >> > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ 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
