ラベルにジェスチャーを追加しました。タップすると、intを引数として取るshowlblをトリガーしたいのですが、次のコンパイラエラーが発生します。
UITapGestureRecognizer *gestlbl0 = [[UITapGestureRecognizer alloc] initWithTarget:self
action:@selector(showlbl:1) ];
ありがとう!