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.
Asked
Active
Viewed 162 times
1
-
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 Answers
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.

Ashraf Tawfeeq
- 3,036
- 1
- 20
- 34
-
I already have a title for my controller. Is there any other way out for it. – Mohit Totlani Mar 02 '15 at 10:01