I have a number of view controllers, each with custom navigation button titles, and titles for each controller. However, often the title (and sometimes the buttons) are invisible, even though if I click on them, then become visible before pushing or popping the current view. Any ideas what could be wrong?

link|improve this question

75% accept rate
Are you building the buttons up in IB? Could the color of the buttons be set incorrectly? Sounds like you can only see them in their highlighted state. – Jamie Mar 23 '11 at 1:08
feedback

1 Answer

No, I am building everything programatically....

I did, however, discover what's causing the problem, though I have no idea how to fix it.

I recently added iAds to my app. I removed the AdBannerView, which is supposedly hidden under the navigationbar when there's no ad, and everything is now running correctly. So has anyone else had problems with iAd?

link|improve this answer
I'm seeing an issue with iAd when I leave the Ad, it messes up my UINavigationControllerBar if it was hidden prior to the iAd being clicked. – Paul Solt May 9 '11 at 13:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.