Re: NSView's in Separate NIB
Re: NSView's in Separate NIB
- Subject: Re: NSView's in Separate NIB
- From: Conrad Shultz <email@hidden>
- Date: Fri, 04 Sep 2015 10:25:23 -0700
> On Sep 4, 2015, at 9:23 AM, Dave <email@hidden> wrote:
>
> Hi,
>
> Is it still allowable (taking into consideration Auto Layout) to have a separate NSView subclass with a NIB?
>
Yes.
Auto Layout should be unrelated to this, though if you are composing your separate views together in code then you will likely need to add constraints in code (just as you might have to manually set frames in code under manual layout).
-Conrad
_______________________________________________
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