WKInterfaceTable inside a WKInterfaceGroup with a static BG image behind?

Im trying to display a static background image behind a scrolling WKInterfaceTable , which may contain one or more lines. I am trying to do this by placing a table inside a WKInterfaceGroup and setting the background image of the groups. The problem is that if I set the height of the “Size to fit the content” groups, the table will not scroll, and if I set the height of the “Relative to container” groups, the image will not be displayed completely if there is only one row.

Is there a smart way to solve this problem? I need the image to be display height, regardless of whether there are enough rows to scroll the table or not.

Possible?

+2
source share
1 answer

While I can’t find the link at the moment, an Apple employee on the developer forums said that with the current version of WatchKit there is no static background image behind the scroll list.

+4
source

All Articles