
Hi,
How to add a splash screen or some other view and then remove it and add new view.
I want program for iPhone and iPad.
Thank you.

Hi,
To add a new view you can use following code:
[window addSubview:tabBarController.view];
To remove the tabBarController.view you can use the following code:
[tabBarController.view removeFromSuperview];
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.