计时器因调整窗口大小而延迟
我有一个 NSTimer,每 0.x 秒计时一次。我还有一个按钮,可以显示或隐藏控件,从而调整窗口大小。
然而,我注意到,通过单击按钮并调整窗口大小会显着延迟计时器,例如,如果我反复单击调整大小按钮,我的计时器会延迟几秒钟。
有人可以建议我如何解决这个问题吗?
I have a NSTimer who ticks every 0.x seconds. I also have a button that enables to show or hide controls hereby resizing the window.
I noticed however that by clicking the button and resizing the window significantly delays the timer, for example if i repeatedly click the resize button my timer my run several seconds late.
Can anybody advice me on how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将其添加到常见的运行循环模式中:
Try adding it to the common run loop modes: