You could call this method on your three views. -[NSViewView setAutoresizingMask:]
--Richard Charles > On Oct 17, 2020, at 6:57 AM, Andreas Falkenhahn via Cocoa-dev > <cocoa-dev@lists.apple.com> wrote: > > Hi, > > I have an NSView that I set as the content view of my NSWindow. The NSView > has three subviews. Where should I reposition and resize those three subviews > when the NSWindow size changes? > > I see that NSView has a "layout" method that can be overridden but AFAIU this > is only to be used for Auto Layout. I don't want to use Auto Layout because > my whole layout is very simplistic and just involves those three subviews > which I can easily position and size manually. I just need to know where to > put the code that sets their new position and size... anyone? > > -- > Best regards, > Andreas Falkenhahn _______________________________________________ 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