摘要:
1.UIImageView的讲解(1)初始化UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0.0,45.0,300,300)];imageView.image = [UIImage imageNamed:@"a.png"];//加载入图片[self.view addSubView:image];也可以这样声明:UIImage *image = [[UIImage alloc] initWithData:[NSData dataWithContentsOfURL:[NSURL UR 阅读全文
posted @ 2011-11-21 17:30 Andy--清风 阅读(7095) 评论(1) 推荐(4) 编辑