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: [email protected] [mailto:[email protected]] On Behalf Of [email protected] 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/rufataa%40agbank.az This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
