¡@

Home 

2014/10/15 ¤U¤È 10:10:13

iphone Programming Glossary: imgtab

how can i create custom tab bar …add custom images in tab bar (without xib changes)

http://stackoverflow.com/questions/4710298/how-can-i-create-custom-tab-bar-add-custom-images-in-tab-bar-without-xib-cha

@end @interface AroundParisAppDelegate NSObject UIApplicationDelegate UITabBarControllerDelegate UIImageView imgTab imghome imgQuiz imgtTW imgGuest IBOutlet CustomTabBarController tabBarController @property nonatomic retain IBOutlet UIWindow.. tabBarController.viewControllers MainNavArray window addSubview tabBarController.view window makeKeyAndVisible imgTab UIImageView alloc initWithFrame CGRectMake 0 0 320.0 50 imgTab.image UIImage imageNamed @ Bottom bar.png tabBarController.tabBar.tag.. tabBarController.view window makeKeyAndVisible imgTab UIImageView alloc initWithFrame CGRectMake 0 0 320.0 50 imgTab.image UIImage imageNamed @ Bottom bar.png tabBarController.tabBar.tag 10 tabBarController.tabBar addSubview imgTab imghome..