I am working on tabbar application. When application started, by default first tab is selected.
What I want to is when I start application, tab bar should be displayed without selected tab. Like say, if i have 4 tabs then non them get selected when application get launched. By default first one get selected.
I want to display some views which are not part of any of tabs.
Is it possible to do ?
Thanks…
Yes, this is possible.
You need to create a view programmatically and add that view in Window as SuperView , when you don’t need it just remove it form SuperView.
Code Snippet:
// To REmove the View from SuperView
-(void)login_clicked:(id)sender
{
Or either the more easy way is : Open a new view via PresentModalViewController