delegate

导航

 

2015年4月16日

摘要: UIImageView *imgView=[[UIImageView alloc]initWithFrame:CGRectMake(100, 100, 75, 75)]; imgView.image=[UIImage imageNamed:@"a"]; imgView.tag=200; [se... 阅读全文
posted @ 2015-04-16 20:26 jsonUserList 阅读(238) 评论(0) 推荐(0) 编辑
 
摘要: - (UIImage *)clipImage: (UIImage *)image inRect: (CGRect) rect{//返回image中rect范围内的图片 CGImageRef imageRef = CGImageCreateWithImageInRect(image.CGImage,... 阅读全文
posted @ 2015-04-16 17:21 jsonUserList 阅读(605) 评论(0) 推荐(0) 编辑