UIViewController: where can I put custom initialization
- by VansFannel
Hello.
I'm very new on iPhone development. I wondering where to put some custom initialization of an instance variables for my UIViewController.
Can I use initWithNibName:bundle:?
Thanks.