摘要:
Andy-清风原创,转载请注明,谢谢。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 dataWithCon 阅读全文
posted @ 2012-03-10 15:25
pengyingh
阅读(267)
评论(0)
推荐(0)


浙公网安备 33010602011771号