Nested NSSplitViews and AutoLayout
Nested NSSplitViews and AutoLayout
- Subject: Nested NSSplitViews and AutoLayout
- From: Luther Baker <email@hidden>
- Date: Sat, 27 Sep 2014 02:46:52 -0500
I'm an iOS developer dabbling in some desktop development ...
I'm creating a simple hierarchical notebook that essentially consists of 4
columns: an outline view, a table view, a table view and then a simple text
view (the widths of each should be adjustable). To make this happen, I
thought I'd use nested vertical split views.
I dropped a root level splitView onto the XIB, pinned it to the window's
corners using autolayout and all is well. I added an outline view to the
left content view of splitView1 and pinned it to the edges via autolayout
and all is well. But now, when I try to add a second splitview to the right
hand content view of splitView1, I get a bunch of warnings in IB as soon as
I "pin" it to the edges of splitView1s right content view.
Has anyone else experienced this?I know that using autolayout in an iOS
UIScrollView can be tricky - and I'm wondering if this is a similar case?
Thanks,
-Luther
_______________________________________________
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