in this app that i'm working on i tap the screen and a view that was added as a subview appears with a navigation bar dropping down. I've been running everything through the simulator
when it starts i tap and the view with the navigation appears as it should
then i hit a button and it brings up a view as a modal view
(the button is on a toolbar that i placed at the bottom of the navigation controller because i can't figure out how to make the proper toolbar show up with buttons)
the modal window transitions up but it doesn't go all the way up...
it stops part way, even when the transition isn't animated it still appears with a small gap between the top of the view and the top of the iphone
when the modal view is dismissed the old view that called it is now permanently down by the same amount.
The status bar doesn't show in this app (it never has, it was based on the OpenGL ES application template)
the selected transition only starts to work when the modal view is dismissed (so if i change it to cross dissolve it will only cross dissolve between the two views once the modal view has been dismissed the first time)
the subviews themselves are both 480 high and 320 wide
any suggestions?
when it starts i tap and the view with the navigation appears as it should
then i hit a button and it brings up a view as a modal view
(the button is on a toolbar that i placed at the bottom of the navigation controller because i can't figure out how to make the proper toolbar show up with buttons)
the modal window transitions up but it doesn't go all the way up...
it stops part way, even when the transition isn't animated it still appears with a small gap between the top of the view and the top of the iphone
when the modal view is dismissed the old view that called it is now permanently down by the same amount.
The status bar doesn't show in this app (it never has, it was based on the OpenGL ES application template)
the selected transition only starts to work when the modal view is dismissed (so if i change it to cross dissolve it will only cross dissolve between the two views once the modal view has been dismissed the first time)
the subviews themselves are both 480 high and 320 wide
any suggestions?