[btn addTarget:self action:@selector(didTap) forControlEvents:<#(UIControlEvents)#>]亲,你看下你给button添加点击事件时候,最后边那个ControlEvents用的是哪个类型?我之前遇到过类似的,就是不细心写错了
[btn addTarget:self action:@selector(didTap) forControlEvents:<#(UIControlEvents)#>]
亲,你看下你给button添加点击事件时候,最后边那个ControlEvents用的是哪个类型?我之前遇到过类似的,就是不细心写错了