Xcode 4 Tutorial - Custom Tab Bar HD

22.07.2011
Link to source code: http://www.iwindowstech.com/?page_id=7 (Note: You must be a member to download goto this link: http://www.iwindowstech.com/wp-login.php?action=register to register.) -- Music used with written permission of The Computer Clan at thecomputerclan.com UPDATED CODE! Replace: [self.tabBarController.tabBar insertSubview:view atIndex:0]; With: if ([[[UIDevice currentDevice] systemVersion] floatValue] GreaterThanSymbol 4.9) { //iOS 5 [self.tabBarController.tabBar insertSubview:view atIndex:1]; } else { //iOS 4.whatever and below [self.tabBarController.tabBar insertSubview:view atIndex:0]; }

Похожие видео

Показать еще