On Wed, Apr 15, 2015, at 02:41 PM, Dave wrote: > A bit more, I turned Auto Layout on and now the layout method gets > called, but it doesn’t set the Frame Rect correctly. > > I’m looping through the subviews and setting the frames of a couple of > NSViews, but the Frame doesn’t change?
As documented, you shouldn't be setting frames with Auto Layout enabled. They'll get stomped on the next layout passed. You might want to watch the introductory videos available at apple.com/wwdc. --Kyle Sluder _______________________________________________ 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