can i change the black background of an iphone app?
Posted
by
Cristi Balu?a
on Stack Overflow
See other posts from Stack Overflow
or by Cristi Balu?a
Published on 2010-12-26T15:50:18Z
Indexed on
2010/12/26
15:53 UTC
Read the original article
Hit count: 313
My app is structured like this, a single MainWindow with window backgroundColor to white(which doesn't appear anywhere anyway), and in this nib i have a UINavigationController which doesn't seems to have a backgroundColor. Any view controller is added from code and made from code and they have a gray background. What happens is that when i rotate the iphone and the views are rotating as well, i see a black background under my views. Can this be changed? It looks ugly especially if i have a photo that is rotating in the same time with my gray background.
© Stack Overflow or respective owner