SPAlertController
SPAlertController copied to clipboard
SPAlertAction 点击没有反应,写了个UIButton+touch的分类设置点击时间间隔
我也遇到了,屏蔽就好了。SPAlertAction 哪里修改能解决这个问题吗
如果是重写了- (void)sendAction:(SEL)action to:(id)target forEvent:(UIEvent *)event;请先[super sendAction:action to:target forEvent:event];