摘要: UIImageView *imageView =[[UIImageView alloc]initWithFrame:CGRectMake(100, 100, 200, 200)];imageView.image=[UIImageimageNamed:@"filter_laozhaopian_a.png"];imageView.userInteractionEnabled = YES;UIGestureRecognizer *singleTap = [[UIGestureRecognizer alloc] initWithTarget:self action:@selecto 阅读全文
posted @ 2012-10-22 20:23 ip海 阅读(307) 评论(0) 推荐(0)