Skip to content

objective C 2.0 which method to be called first, after app lauched. +(void)load or +(void)initialize

Notifications You must be signed in to change notification settings

dgutyanghs/LoadAndInitialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoadAndInitialize

objective C 2.0 which method to be called first, after app lauched. +(void)load or +(void)initialize

+load method will be called when app launched.

+initialize method will be called when their receive a message in first time.

About

objective C 2.0 which method to be called first, after app lauched. +(void)load or +(void)initialize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published