initWithCoder in Nib object loading
initWithCoder in Nib object loading
- Subject: initWithCoder in Nib object loading
- From: John Murphy <email@hidden>
- Date: Fri, 27 Jun 2008 04:28:37 -0700 (PDT)
I notice that there are a couple different init methods used for nib loading. For instance, objects from the IB Library get an initWithCoder message, while custom view objects get an initWithFrame, and everything else gets an init. Why is this? Specifically, why a special initWithCoder technique? After all, isn't everything encoded?
_______________________________________________
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