Appz Venture
Appz Venture

Reputation: 939

ViewWillAppear on iPad

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

Upvotes: 0

Views: 1058

Answers (1)

Related Questions