首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

设立Navivation标题背景

2012-09-17 
设置Navivation标题背景UIImage *image [UIImage imageNamed:@历史标题.png]UIImageView *imageView

设置Navivation标题背景

UIImage *image = [UIImage imageNamed:@"历史标题.png"];UIImageView *imageView = [[UIImageView alloc] initWithImage:image];[self.navigationController.navigationBar addSubview:ImageView]; 

?

热点排行