UITapGestureRecognizer *tap =[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapDeteted:)];
比如上边,如何通过tap得到action?
UITapGestureRecognizer *tap =[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapDeteted:)];
比如上边,如何通过tap得到action?