Quote:
Originally Posted by Shmoopi
Good question, I chose atIndex:100 to make it the center of attention, say you have 99 items on your screen, if I choose atIndex:98 then 1 of the items will still be in front of the Startup View, whereas atIndex:100 will be first and foremost on your screen. Here is a picture of it:
This picture shows how the Startup View, with the Big Red Button appears to be a part of the Main View, the one with the navigation bar, instead of just a white view with a big red button, the MainView is also a part of it. Try it out and you'll see what I mean.
I read the doc's on Apple and saw it too, you very well could do that but you would have to declare your mainView, I didn't try it but it looks like it would work. Thanks for the comments!
|
hi Shmoopi, I have just downloaded the example code, one question : how do I create a new view (or subview?) after clicked on the "Yes I did" button on the TabViewViewController? and how do I remove the new view(or subview?) after click a button on the new view? an example code is appreciated