Re: How to reposition subviews without Auto Layout
Re: How to reposition subviews without Auto Layout
- Subject: Re: How to reposition subviews without Auto Layout
- From: Andreas Falkenhahn via Cocoa-dev <email@hidden>
- Date: Sun, 18 Oct 2020 11:33:27 +0200
I didn't know about that. That's why I was asking the question :) I guess your
answer is what I was looking for originally but since simply overriding
"layout" does the job as well I'll just leave it like it is.
On 17.10.2020 at 23:57 Richard Charles wrote:
> So why not just do this.
> [myView translatesAutoresizingMaskIntoConstraints:NO];
> [myView setAutoresizingMask:myMask];
> --Richard Charles
>> On Oct 17, 2020, at 2:47 PM, Andreas Falkenhahn <email@hidden>
>> wrote:
>> No, they are inserted programmatically.
>>> On 17.10.2020 at 18:41 Richard Charles wrote:
>>> Just curious if these three subviews are in a nib or xib file or
>>> are they inserted into the content view programmatically?
>>> --Richard Charles
--
Best regards,
Andreas Falkenhahn mailto:email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden