2012年9月5日
摘要: Here's a less-ugly solution that works for both iOS4 and 5:@implementationUINavigationBar(CustomBackground)-(UIImage*)barBackground{ return[UIImage imageNamed:@"top-navigation-bar.png"];}-(void)didMoveToSuperview{ //iOS5 only if([self respondsToSelector:@selector(setBackgroundImage:for 阅读全文
posted @ 2012-09-05 14:17 androidabc08 阅读(197) 评论(0) 推荐(0) 编辑