DenTelezhkin / DTTableViewManager

Protocol-oriented UITableView management, powered by generics and associated types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong tableView section header width.

ihorodnikoff opened this issue · comments

commented

Hey guys!
I have some troubles with tableView header width only on devices iPhone 6+, 6s+ with iOS 9x.

The header is a UITableViewHeaderFooterView.
The table view's style was set as "Grouped".

Hey!

Can you describe problems in more detail? It does not look like framework is working with section headers width, the only thing we can sometimes modify is section header height.

commented

The problem was not in your framework. Thanks)