UITableView Sticky Section Headers

I am developing an app for tvOS that uses a datasource that is sectioned by date. I have a nice layout using prototype cells and section headers. However, unlike iOS, I am not seeing my section headers stick to the top as we scroll through the list of items. When the section header scrolls off the screen, the user loses context of where they are.


Has anyone implemented a tableview using tvOS that uses sections headers and has been able to keep the section header "stuck" to the top until scrolling into the next section?


On Stackoverflow someone mentions them not being supported for tableviews on tvOS. However, I cannot find this in Apple's documentation.

http://stackoverflow.com/questions/34284268/tvos-9-1-uitableview-header-view-does-not-float

Replies

Any luck finding solution for this problem?
Did apple provide this feature in tvOS too ??