Hi,

After much grief I finally managed to get a Scroll View, a Stack View and Auto 
Layout to live together in some sort of harmony and I managed to 99% of it in 
XCode 6.4 and Mac OS 10.10. The secret to making it work is to ensure that:

1.      You use Embed in Scroll View to add the Stack View.

2.      view.translatesAutoresizingMaskIntoConstraints = NO, before adding the 
Detail View to the Stack View. Once I did this, things started working to the 
point I could see which constraints needed to be changed and experiment to try 
and get the effect I want, which I am working on now. 

I’ve got a Test Project with this working ok, if anyone wants it, let me know.

Many thanks for all those who helped with this. 

All the Best
Dave


_______________________________________________

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