摘要: UIImage *myImage = [UIImage imageNamed:@"logobg.png"]; UIImageView *myImageView = [[UIImageView alloc]initWithImage:myImage]; [[UINavigationBar appearance]addSubview:myImageView]; 阅读全文
posted @ 2012-04-01 16:04 Imcoral 向俊 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2012-04-01 15:43 Imcoral 向俊 阅读(673) 评论(0) 推荐(0) 编辑
摘要: Adding a Background Image1 - (void)viewDidLoad { 2 [super viewDidLoad];3 4 [[self view] setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"bg_sand"]]]; 5 }Customizing UINavigationBar- (void)customizeAppearance{ // Create resizable images UIImage *gradientIma... 阅读全文
posted @ 2012-04-01 13:39 Imcoral 向俊 阅读(379) 评论(0) 推荐(0) 编辑