iOS 中的自动滚动 UITextView..
大家 如何根据 AVAudioPlayer 播放自动滚动 UITextView? 我有一个音频播放文件并关联一些文本。所以,我只想看到由 AVAudioPlayer 播放的文本。我创建了一个 UITextView 和 AVAudioPlayer。但是,我想将两者结合起来。 谢谢..
Everybody
How to scroll UITextView automatic as per AVAudioPlayer playing..?
I have one audio playing file and relates some text.. So, I want to visible only that text which text played by AVAudioPlayer.. I have create one UITextView and also AVAudioPlayer. But, I want to combine both.
Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以参考这个问题 了解如何自动滚动文本视图。您必须根据音频文件的时间修改代码。
you can refer this question to know how to scroll text view automatically. you have to modify code according to the time of your audio file.