> On Sep 4, 2015, at 9:23 AM, Dave <[email protected]> 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 protected]) 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 [email protected]
