nicklockwood / layout

A declarative UI framework for iOS
MIT License
2.23k stars 97 forks source link

UITableView.tableHeaderView support #177

Closed algrid closed 5 years ago

algrid commented 5 years ago

Thank you for the great library!

This is a feature request. It would be nice to support the tableHeaderView property of UITableView. Section headers are supported, but sometimes one needs a main header for the whole table.

nicklockwood commented 5 years ago

If you add a nested view inside the table, it should get assigned as the header automatically.

algrid commented 5 years ago

@nicklockwood Thank you, it works!

For some reason GitHub search is giving me no results for "tableHeaderView" - that's why I thought it's not implemented.