View controller is drawing under my navigation bar after popping ttthumbsviewcontroller
Posted
by scootklein
on Stack Overflow
See other posts from Stack Overflow
or by scootklein
Published on 2010-02-18T06:02:31Z
Indexed on
2010/03/29
8:43 UTC
Read the original article
Hit count: 491
I'm implementing the TTThumbsViewController from the Three20 project and things are finally starting to take shape. I push the TTThumbsViewController from the current view controller by just pushing it onto the current stack and animate the transition (common navigation controller push).
My problem is that when I pop the TThumbsViewController view controller, the navigation controller is stuck in a mode where its view controllers are drawn UNDER the navigation bar (which is now translucent).
Start
Push
Pop
© Stack Overflow or respective owner