Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 0    Views: 67

nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
03/09/13 09:16 PM (12 years ago)

TweetSheet Background

I noticed the background was set to black in view did load. //set the view's background color self.view.backgroundColor = [UIColor blackColor]; This ends up laying on top of the BT implementation for background color and background images. If you comment out that line the normal BT background and images take over. Do this: //set the view's background color //self.view.backgroundColor = [UIColor blackColor]; The BT background is set in viewWillAppear by this function call //setup navigation bar and background [BT_viewUtilities configureBackgroundAndNavBar:self theScreenData:[self screenData]]; http://dl.dropbox.com/u/2452503/buzztouch_screen_shots/tweetsheet_background.jpg
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.