synesthesia-it / Boomerang

Swift micro-framework for MVVM (Model-View-ViewModel) native applications.
MIT License
36 stars 10 forks source link

WatchKit #20

Closed stefanomondino closed 4 years ago

stefanomondino commented 5 years ago

Boomerang is WatchKit should be compatible out of the box, ideally sharing view models with ios/tvos and simply reimplementing its custom views.

As of today, there's an incomplete implementation of WKTableInterface that only receives full reload updates.

We should discuss which components are worth of implementation and make them ViewModelCompatibleType compliant