RE: NSTableView display issue
RE: NSTableView display issue
- Subject: RE: NSTableView display issue
- From: "Rufat A. Abdullayev" <email@hidden>
- Date: Thu, 23 Sep 2010 12:39:38 +0500
- Acceptlanguage: en-US
- Thread-topic: NSTableView display issue
Hi Koko
I had the same problems (just without using NSSplitView) there I had extra controls dynamically created on a standard UITableViewCell (cells updated after scrolling tableview)
The problem gone when I created custom UITableViewCell and build it in IB with needed controls (did KVO complient one) and proper cell initialization in cellForRowAtIndexPath
Cheers,
Rufat
-----Original Message-----
From: cocoa-dev-bounces+rufataa=email@hidden [mailto:cocoa-dev-bounces+rufataa=email@hidden] On Behalf Of email@hidden
Sent: Wednesday, September 22, 2010 10:28 PM
To: cocoa-dev list
Subject: NSTableView display issue
I have an NSTableView in an NSSplitView.
I call -reloadData and -setNeedsDisplay:YES
The table does not redisplay with the new data until the split view is
resized. From that point forward it behaves properly with subsequent -
reloadData and -setNeedsDisplay:YES calls.
Is there something basic I am missing here?
-koko
_______________________________________________
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
_______________________________________________
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