help me removing a nib file please.
This is the same question I posted, but mis titled. so I rephrase it here.
I can create a view and addSubview at the same time no problem.
But I want to create the controller and hold it, and later addSubview the controller's view to navController's view. (when navController pushes the controller with pushViewController)
At least I guess that's how it works with a nib file.
But without a nib file, how should i go about setting up the second controller's view?
I can't figure out how I make my app call the second controller's viewDidLoad or loadView or anything view related.
Maybe this can't be done?
Last edited by pcompassion; 09-16-2010 at 01:21 AM.
|