Post

Replies

Boosts

Views

Activity

Reply to iOS 15 Gap between navigation bar and table view
This removes the unwanted section header space.      if #available(iOS 15.0, *) {       tableView.sectionHeaderTopPadding = .leastNormalMagnitude     }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21