iphone 导航栏背景

1 //CustomNavigationBar.h   
2 @interface UINavigationBar (UINavigationBarCategory)   
3 UIImageView *backgroundView;   
4 - (void)setBackgroundImage:(UIImage*)image;   
5 - (void)insertSubview:(UIView *)view atIndex:(NSInteger)index;   
6 @end 

 

posted @ 2012-05-14 11:48  妙笔  阅读(210)  评论(0编辑  收藏  举报