WKInterfaceTable add scroll bar "flash' and remove scroll bar from non-scrolling view

Viewed 301

I have two questions regarding WatchKit:

1) I have an app that uses [WKInterfaceTable]. One of the interfaces is scrollable.As such, when the user scrolls, the scroll bar appears in the top right corner of the watch interface.

How do I get the scroll bar to temporary flash the scroll bar when the user opens the app. A good example of this functionality is the Calendar app in Apple watch. I've combed the net and WatchKit catalog (https://developer.apple.com/library/ios/samplecode/WKInterfaceCatalog/Introduction/Intro.html) but was not able to find a solution.

2) I have another interface that only shows one row on the watch and therefore does not need to scroll. How do I remove the scroll view in this case?

I am using WatchKit 2.0 and writing the app in Objective-C.

1 Answers
Related