FROM : Shawn Erickson
DATE : Tue Aug 01 21:32:29 2006
On 8/1/06, I. Savant <<email_removed>> wrote:
>
> Just remember to get out of the habit of initializing views with -
> init.
The important thing in general is to use at least one of the
designated initializer for the particular type of class you are
creating ("init" isn't always the designated intializer). The API
documentation for classes usually make this clear... so make sure to
double check the docs when in doubt.
-Shawn
DATE : Tue Aug 01 21:32:29 2006
On 8/1/06, I. Savant <<email_removed>> wrote:
>
> Just remember to get out of the habit of initializing views with -
> init.
The important thing in general is to use at least one of the
designated initializer for the particular type of class you are
creating ("init" isn't always the designated intializer). The API
documentation for classes usually make this clear... so make sure to
double check the docs when in doubt.
-Shawn
| Related mails | Author | Date |
|---|---|---|
| Bobby B | Aug 1, 21:07 | |
| I. Savant | Aug 1, 21:13 | |
| Bobby B | Aug 1, 21:20 | |
| I. Savant | Aug 1, 21:28 | |
| Shawn Erickson | Aug 1, 21:32 |






Cocoa mail archive

