Re: Intermittent scrolling problem in UITableView

2011-11-20 Thread Alex Zavatone
I remember watching an Apple iOS video on performance for almost exactly the same thing IIRC. It's this video: Maximizing Your Application's Performance on iPhone From: iPhone Development Essential Videos You can get it in iTunes. It's from the Developer on iTunes section. +1, I was

Re: Intermittent scrolling problem in UITableView

2011-11-19 Thread Matt Neuburg
On Fri, 18 Nov 2011 19:08:44 -0800, Laurent Daudelin laur...@nemesys-soft.com said: On Nov 18, 2011, at 18:48, Roland King wrote: On Nov 19, 2011, at 10:38 AM, Conrad Shultz wrote: On 11/18/11 3:29 PM, Laurent Daudelin wrote: There isn't much special code in that UITableView subclass and

Intermittent scrolling problem in UITableView

2011-11-18 Thread Laurent Daudelin
Hello. I'm facing the task of fixing a problem occurring in one of the UITableView of our app. The view displays cells of various height. Everything works fine, except that we have a mechanism that when we reach the last cell at the bottom, that cell will trigger loading more data and adding

Intermittent scrolling problem in UITableView (2)

2011-11-18 Thread Laurent Daudelin
I forgot to add to my previous message that the scrollview will resume its dragging momentum if I touch and drag any other view. Does that give a clue to anyone? Thanks! -Laurent. -- Laurent Daudelin AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/

Re: Intermittent scrolling problem in UITableView

2011-11-18 Thread Conrad Shultz
On 11/18/11 3:29 PM, Laurent Daudelin wrote: There isn't much special code in that UITableView subclass and not much either in the UITableViewController so I'm a little bit at a lost as to what could cause this. There is nothing fancy here, no custom handling of touches and things like that,

Re: Intermittent scrolling problem in UITableView

2011-11-18 Thread Roland King
On Nov 19, 2011, at 10:38 AM, Conrad Shultz wrote: On 11/18/11 3:29 PM, Laurent Daudelin wrote: There isn't much special code in that UITableView subclass and not much either in the UITableViewController so I'm a little bit at a lost as to what could cause this. There is nothing fancy here,

Re: Intermittent scrolling problem in UITableView

2011-11-18 Thread Laurent Daudelin
On Nov 18, 2011, at 18:48, Roland King wrote: On Nov 19, 2011, at 10:38 AM, Conrad Shultz wrote: On 11/18/11 3:29 PM, Laurent Daudelin wrote: There isn't much special code in that UITableView subclass and not much either in the UITableViewController so I'm a little bit at a lost as to