Re: If someone could inspect this code and explain to me what am I doing wrong ?
Re: If someone could inspect this code and explain to me what am I doing wrong ?
- Subject: Re: If someone could inspect this code and explain to me what am I doing wrong ?
- From: Graham Cox <email@hidden>
- Date: Sat, 19 Sep 2009 13:04:40 +1000
On 19/09/2009, at 8:26 AM, Mario Kušnjer wrote:
Maybe because it is writing to the NSLog ?
Almost certainly. There's no other obvious bottleneck in your code,
but logging is quite slow, and if done during any kind of drawing,
will really be noticeable. A table/outline's data source is called
frequently while the table is being redrawn.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden