my question is that i use ios 4.1 and viewWillAppear is not call when i go via
[self.view addSubView:self.mySecondView.view];
then and in the first view i alloc second view on ViewDidLoad
.. i just want to call ViewWillApear
on Second View because want to do the task dynamic.
is their some thing alternative... because InitWithNibName
method also fire when alloc and init occur.. i want to fire some method when i add to that view.
Thanks