我在标签上添加了一个手势,当被点击时我想触发 showlbl 它将 int 作为参数,但是我得到一个编译器错误:
UITapGestureRecognizer *gestlbl0 = [[UITapGestureRecognizer alloc] initWithTarget:self
action:@selector(showlbl:1) ];
谢谢!
我在标签上添加了一个手势,当被点击时我想触发 showlbl 它将 int 作为参数,但是我得到一个编译器错误:
UITapGestureRecognizer *gestlbl0 = [[UITapGestureRecognizer alloc] initWithTarget:self
action:@selector(showlbl:1) ];
谢谢!