Tom Hamming
Tom Hamming

Reputation: 10961

Can part of an AppleWatch interface scroll independently?

I've got a WatchKit app that consists of a label and a couple of buttons. The label's contents might be long enough to cause scrolling, but I want the buttons to stay onscreen. Is it possible to have the label content scroll instead of the whole screen?

I've tried embedding the label in a WKInterfaceGroup, but the height of the label gets constrained to the height of the group.

Upvotes: 2

Views: 297

Answers (1)

Stephen Johnson
Stephen Johnson

Reputation: 5121

I also tried to find a way to do this, but I couldn't find anything. Based on the simple flow layout for a Watch App UI I am pretty sure this can't be done.

(I am going to guess I was trying to do the same/similar UI as you ;)

Upvotes: 5

Related Questions