2

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.

Tom Hamming
  • 10,577
  • 11
  • 71
  • 145

1 Answers1

5

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 ;)

Stephen Johnson
  • 5,293
  • 1
  • 23
  • 37