I'm building an iphone application with a dark background and some white text. When editing my storyboard the white elements are lost into the background. Is there a way Purely for Editing to use a dark background in the storyboard file?
Thanks
I'm building an iphone application with a dark background and some white text. When editing my storyboard the white elements are lost into the background. Is there a way Purely for Editing to use a dark background in the storyboard file?
Thanks
Absolutely! I'm glad you asked this, because it forced me to look into it, and configure IB a little better.
In Interface Builder, go to the Editor Menu - Canvas - select Show Layout Rectangles. If that's not enough, you could add a view, without connecting it to an outlet, and set these properties in IB:
Also, don't add any subviews to it.
Hope this helps!