`
renzhelife
  • 浏览: 666711 次
文章分类
社区版块
存档分类
最新评论

自定义navigationbar背景图片

 
阅读更多

@implementationUINavigationBar(CustomImage)
-
(void)drawRect:(CGRect)rect{
UIImage*image=[UIImageimageNamed: @"top_bg.png"];
[imagedrawInRect:CGRectMake(0,0,self.frame.size.width,self.frame.size.height)];
}
@
end

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics