The reason I ask is that for a while now when you create an NSView subclass it no longer offers you the option to create a separate NIB file. I remember a while back reading something saying that it was frowned upon.
Cheers Dave > On 4 Sep 2015, at 18:25, Conrad Shultz <[email protected]> wrote: > > >> 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]
