WatchKit for updates

Is it possible to implement pull for an update similar to the Watch email application? if not, how else should I handle the update WKInterfaceTable?

I do not want the application to perform an automatic update on boot, as this defeats the goal of quick browsing.

+4
source share
1 answer

Unfortunately, this is not possible at this time. WKInterfaceTableLike other WatchKit classes, it does not offer many ways to track state. There is no way to control the scroll position.

The best thing you could do at the moment is to add a button to your interface to trigger a data update or use the force touch menu.

+5
source

All Articles