UIImage *upcomingUnselected = [UIImage imageNamed:@"iconLinks"];
upcomingUnselected = [upcomingUnselected imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];
UIImage *upcomingSelected = [UIImage imageNamed:@"iconLinksSelected"];
upcomingSelected = [upcomingSelected imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];
self.navControllerSiteLinks.tabBarItem = [[UITabBarItem alloc] initWithTitle:vcSiteLinks.title
image:upcomingUnselected
selectedImage:upcomingSelected];
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.