WKInterfaceTable inside a WKInterfaceGround

Hi,


I'm trying to add a WKInterfaceTable inside a WKInterfaceGroup which works fine in InterfaceBuilder. The label is even displayed when my app is executed but it is scrolled out of screen when the interface table is scolled.

But I would like to have the label to stay on top of the table.


Is this supposed to work?


Dirk

Answered by tom_witkin in 14258022

Tables are displayed inline — they do not independently scroll. If you have a label in your interface, it will scroll along with the table.


There currently isn't a way to have a fixed interface item that doesn't scroll out of view. You can file an enhacement request at bugreport.apple.com.

Accepted Answer

Tables are displayed inline — they do not independently scroll. If you have a label in your interface, it will scroll along with the table.


There currently isn't a way to have a fixed interface item that doesn't scroll out of view. You can file an enhacement request at bugreport.apple.com.

WKInterfaceTable inside a WKInterfaceGround
 
 
Q