> On 27 Jan 2015, at 22:32, Thomas Wetmore <t...@verizon.net> wrote:
> There must be a constraint problem, and I have been playing around with them 
> for awhile, but no joy yet. Googling has not turned up a similar issue. I 
> would have assumed that when I dragged the NSTableCellView into the 
> NSTableColumn using IB, that IB would have established the constraints 
> between the cell view and the column view properly.

No it probably didn’t, but that’s ok, the tableview knows how to keep the cell 
the width as the column. It may do it with constraints, or use autoresizing 
masks. 

> Apparently not. Is this a known Swift/Cocoa bug or IB bug?

None of the above I’d expect. What constraints are there between the text view 
and the cell which contains it? I don’t remember there being any by default, 
which means at runtime some would be implicitly added, probably a fixed 
position and fixed width constraint if you hadn’t added some in yourself. 



_______________________________________________

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