摘要: 自己写了一个比较乱的sample,用于应对各种坑爹后台的解析,xml文件如上图节点下面有字段,有数组,数组再套嵌。View Code <channelprglistResult><item><id>1</id><title>CCTV-1</title><channelinfo_img>http://192.168.137.222/iepg/sites/default/files/styles/4/public/images/3/channel/CCTV1.png</channelinfo_img>& 阅读全文
posted @ 2012-06-07 05:25 Imcoral 向俊 阅读(1276) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑