Re: AU Cocoa UIs that open further windows
Re: AU Cocoa UIs that open further windows
- Subject: Re: AU Cocoa UIs that open further windows
- From: Kyle Sluder <email@hidden>
- Date: Sat, 12 Jun 2010 09:00:15 -0700
On Sat, Jun 12, 2010 at 5:39 AM, Paul Davis <email@hidden> wrote:
> Well, in my research I've come across an apparently growing group of
> Cocoa programmers who have gone "nibless". One of these guys even
> claimed to have received email from Jobs that nibless was cool and
> probably pointed to the future in some way (it could have been a
> hoax). Since I also program without using apple development tools (for
> x-platform reasons), I don't use NIBs. Somehow, I manage to do some
> fairly sophisticated things with Cocoa without having any idea how
> NIB's fit into the picture.
That was almost certainly a joke. Nib files are still strongly
recommended practice for Cocoa applications, and even more so for iOS.
The nib loading machinery is built for exactly this kind of scenario:
lazy, perhaps repeated, instantiation of UI objects and their
supporting controllers.
--Kyle Sluder
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden