On Mon, Feb 17, 2014, at 05:48 PM, Rob Nikander wrote: > Has > anything changed with this issue? Constraint based layout seems really > cool, but it's odd that it doesn't work with such important AppKit > classes.
Yes. Xcode 5's new XIB format now exposes the scroll view's clip view. You can create constraints between the document view and the clip view to influence the size of the scrollable region, much like how it works in iOS. --Kyle Sluder _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
