You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed we need to bridge down to C++, but keep the existing "dynamic" update of the applications, as data changes.
There needs to be some investigation first what would be the most efficient way to do this that:
can be used in a generic way (ideally regardless of the data type)
can update the UI in a similar manner as the current Core Data solution, which is based on background context update, and view context display
can be done in a Swift-y way, so other developers can easily understand how to use it (eg. based on similar annotations to CoreData).
The text was updated successfully, but these errors were encountered:
BPerlakiH
changed the title
Spike Wrapping CoreData UI update into a custom solution
Investigation how to wrap around CoreData for UI updates, to use a custom solution behind it
Mar 10, 2024
As discussed we need to bridge down to C++, but keep the existing "dynamic" update of the applications, as data changes.
There needs to be some investigation first what would be the most efficient way to do this that:
The text was updated successfully, but these errors were encountered: