I have set
NavigationController.NavigationBar.Translucent = true;
Then add table and set frame to RootView Frame, and:
This worked for me
let yOffset = UIApplication.shared.statusBarFrame.height + self.navigationController!.navigationBar.frame.size.height tableView.contentInset = UIEdgeInsetsMake(yOffset, 0, 0, 0)