可可@sum数组运算符太慢-替代方案?
我有一个文本字段值绑定到使用 @sum 的键路径。当数组控制器被过滤时,文本字段会正确更新,但速度非常慢,在每次按键后滞后于 UI 或彻底的沙滩球(随着arrangedObjects 中的项目数量减少,更新速度会更慢)。如果我不使用@sum,就不会出现延迟;我已经把范围缩小到这个了。
有没有更快的方法来做同样的事情?
I've got a text field value bound to a key path that uses @sum. When the array controller is filtered, the text field updates properly, but extremely slowly, lagging the UI or outright beachballing after every key press (less so as the number of items in arrangedObjects decreases). There is no lag if I don't use @sum; I've narrowed it down to this.
Is there a faster way to do the same thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该有你的答案:
http ://cliffhacks.blogspot.com/2007/03/cocoa-bindings-sum-is-on-even-if-youre.html
This should have your answer:
http://cliffhacks.blogspot.com/2007/03/cocoa-bindings-sum-is-on-even-if-youre.html