Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

语音按钮的UIControlEventTouchDown事件为什么在我的项目里不能调用呢? #13

Closed
vanwang opened this issue Apr 12, 2015 · 2 comments

Comments

@vanwang
Copy link

vanwang commented Apr 12, 2015

我在使用呢UUChatTableView的时候,语音按钮长按录音不能用,其他功能正常,发现是UIControlEventTouchDown事件没有监听到,不知道是什么原因,请问你知道吗?
[self.btnVoiceRecord addTarget:self action:@selector(beginRecordVoice:) forControlEvents:UIControlEventTouchDown];

@ZhipingYang
Copy link
Owner

???不是原来就有touchDown方法?你要添加一个touchDown新事件??

@G1King
Copy link

G1King commented Mar 16, 2018

touchDown 延迟响应

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants