1

I have placed a WKInerfaceLabel above table but I don't want my WKInerfaceTable to scroll with table. How to achieve it in Apple Watch.

Mohit Totlani
  • 825
  • 1
  • 10
  • 21
  • Your intention is not clear: do you want to disable scrolling on `UITableView`, or disable scrolling of `UILabel` you have above `UITableView`? – Jakub Vano Mar 02 '15 at 08:38
  • I have a label above WKInterfaceTable you can think of it like table header. I don't want that label to scroll with WKInterfaceTable – Mohit Totlani Mar 02 '15 at 09:52

1 Answers1

1

Firstly, don't ever mistake WKInterfaceTable for UITable. The 2 look the same but they're not. Sadly, this can't be done. But you can sit your InterfaceController's title property to contain your text label.

enter image description here

Ashraf Tawfeeq
  • 3,036
  • 1
  • 20
  • 34