摘要:
UITapGestureRecognizer *_tap; _tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(beidianle)]; _tap.numberOfTapsRequired = 1; // 单击 [bigScrollView addGestureRecognizer:_tap]; 阅读全文
posted @ 2012-08-16 15:55
ownerblood
阅读(208)
评论(0)
推荐(0)