NStimer 的电池电源
会减少电池电量吗?假设如果我在我的应用程序中使用大量计时器 对于动画,它会影响我的电池电量吗?
will creduce Battery Power?suppose If I use lot of timers in My App
for Animation, will it affect My Battery Power?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
计时器本身不消耗任何(或几乎任何)电量,但动画当然需要 GPU/CPU 电量。
The timer itself does not consume any (or almost any) power but animations requires gpu/cpu power of course.