On Aug 16, 2016, at 01:13 , studfed studfed <stud...@gmail.com> wrote: > > The problem is that table view is clipped by scroll view (what I mean is that > last several columns are visible only if you scroll to the right, but I would > like to have these last columns be visible without scrollers involved, so all > header cells will be visible). > > Since it is not possible to create size constraints for tableview (that is > inside scrollview/clipview) in IB, then I guess I should try to set up these > programmatically? like width of scrollview should be equal to tableview > width or clipview width should be equal to tableview width?
You need top/bottom/leading/trailing constraints on your table view to “pin” it to its container, the clip view. _______________________________________________ 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