You need to use something like this:
additionalSafeAreaInsets = UIEdgeInsets(top: 20, left: 0, bottom: 60, right: 0)
tableView.contentInset = .zero
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: