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.
コンテキストを保存した後、UITableViewCell のデータは更新されません。これは、セルに含まれる UITextField に対してバインドがトリガーされないためです。これまでに同様の副作用を見たことがありますか?
問題は、observeValueFromKeyPath から永続ストアに対して実際に多くの操作/クエリを実行したことです。そして、observeValueFromKeyPath が何度もトリガーされました。そのため、どういうわけかバックグラウンドのシステムが過負荷になる可能性があり、これが奇妙な副作用を引き起こしたと思います.