摘要: Download 阅读全文
posted @ 2012-07-18 11:09 我的程序人生 阅读(141) 评论(0) 推荐(0) 编辑
摘要: //---- For providing background image to tabbarUITabBar*tabBar =[tabBarController tabBar]; if([tabBar respondsToSelector:@selector(setBackgroundImage:)]){ // ios 5 code here [tabBar setBackgroundImage:[UIImage imageNamed:@"image.png"]];} else{ // ios 4 code here CGRect frame =CGRectMake(.. 阅读全文
posted @ 2012-07-18 10:12 我的程序人生 阅读(404) 评论(0) 推荐(0) 编辑