Skip to content

Instantly share code, notes, and snippets.

@sebastienwindal
Created December 12, 2012 14:39
Show Gist options
  • Save sebastienwindal/4268248 to your computer and use it in GitHub Desktop.
Save sebastienwindal/4268248 to your computer and use it in GitHub Desktop.
|I Want to:|init(s)|lazy loading|viewDidLoad|viewWillAppear|
|----------|-------|------------|-----------|--------------|
|Initialize obj-c objects (array, dictionaries, etc...)| X | | | |
|Initialize C stuff (C buffer, etc...)|X|||||
|Setup UI stuff in code that is not layout related (UILabel fonts, texts, etc...)|||X||
|Adjust layout of elements in code, reposition things around||||X|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment