Re: Question in regards to UITabBarController

2011-10-07 Thread Eric E. Dolecki
in viewWillAppear worked. Thanks :) Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Fri, Oct 7, 2011 at 10:15 AM, Eric E. Dolecki wrote: > Within my AppDelegate: > > - (BOOL)application:(UIApplication *)applica

Re: Question in regards to UITabBarController

2011-10-07 Thread Eric E. Dolecki
Within my AppDelegate: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(200.0, 200.0, 100, 40)]; label.textColor = [UIColor white]; label.backgroundColor = [UICo

Question in regards to UITabBarController

2011-10-07 Thread Eric E. Dolecki
I have a storyboard that kicks off with a UITabBarController pulling in relationships to UIViewControllers... producing the buttons in the UITabBarController. Works great, but was asked if I can make a static UILabel above the UITabBar that wouldn't change between views. In the AppDelegate ther