Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文本字段值绑定到使用@sum 的键路径。当数组控制器被过滤时,文本字段会正确更新,但非常缓慢,在每次按键后都会滞后于 UI 或彻底的抢滩(随着排列对象中的项目数量减少而减少)。如果我不使用@sum,就没有延迟;我已经把它缩小到这个。
有没有更快的方法来做同样的事情?
这应该有你的答案:
http://cliffhacks.blogspot.com/2007/03/cocoa-bindings-sum-is-on-even-if-youre.html