iOS image 添加图片

 UIImage *firstimage=[UIImage imageNamed:@"700.png"];

    UIImageView *firstiamgeview=[[UIImageView alloc]initWithImage:firstimage];

    [firstiamgeview setFrame:CGRectMake(120, 125, 60, 60)];

    [self.view addSubview:firstiamgeview];


posted @ 2015-11-06 18:04  Joe.Smith  阅读(197)  评论(0编辑  收藏  举报