View problem with StartView and TabBarView
Hello,
I'm new to iPhone development.
I got this following problem.
In my app I want to use a TabBar. This is no problem.
But when I want to set a "LoginView" before the "ContentView" with the TabBar, it doesn't work.
I'm using "presentModalViewController" method to switch between those views, but my "ContentView" is blank.
Can anyone please help?
|