Skip navigation.
 
mlRe: Re: SplashScreen & Content view problem
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

Related mailsAuthorDate
mlSplashScreen & Content view problem Bobby B Aug 1, 21:07
mlRe: SplashScreen & Content view problem I. Savant Aug 1, 21:13
mlRe: Re: SplashScreen & Content view problem Bobby B Aug 1, 21:20
mlRe: SplashScreen & Content view problem I. Savant Aug 1, 21:28
mlRe: Re: SplashScreen & Content view problem Shawn Erickson Aug 1, 21:32