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?