How to hide button at the top of my WKInterfaceController ?

When you launch the apple music app, it will hide a header view with two button in it , and when user drag down the interface , the header view will show, and it works like a paged UIScrollview. the first page is the header and the second page is a list.


I'm trying to put single button on the top of my WKInterfaceController, and hide it until user drag down the interface , tried to set the groups UIEdgeInset but it will completly hide the button, does any on know how to do this?

This currently isn't possible since there is no API for the interface controller's content offset.

I use a WKInterfaceTable with three default row type, when launch my app , by using the scrollToRowAtIndex to show the third row , and the first row will hide with a default animation, and it will hide the top button but is not what I expected, will you provide some new api like set controller's content offset or


scrollToRowAtIndex:(NSInterger)index animated:(BOOL)animated;


for us to use in the next WatchOS2 Beta?

How to hide button at the top of my WKInterfaceController ?
 
 
Q