Post

Replies

Boosts

Views

Activity

Comment on iOS 15 Gap between navigation bar and table view
Not true, I have a group table view in iOS 15.2 and it is affected, possibly because I have custom section headers. tableView.tableHeaderView = .init(frame: .init(x: 0, y: 0, width: 0, height: CGFloat.leastNonzeroMagnitude)) solves it per https://medium.com/@GalvinLi/fix-the-table-header-gap-in-ios-15-197debb92608
Topic: UI Frameworks SubTopic: UIKit Tags:
Jan ’22