On Jan 14, 2016, at 14:38 , Alex Kac <a...@webis.net> wrote:
> 
>  I can’t seem to get a good answer to if this should work or not (having 
> multiple cellViews in one NIB).

No. There are 2 top level objects in your nib, but there’s nothing that tells 
the table view machinery which one to use. (Normally, you’d use outlets in 
File’s Owner to tell them apart, or iterate through them yourself, looking for 
— say — a view tag. But there’s nothing that going to make NSTableView do that.)

Instead, you should use two NIBs with different names and one view each.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to