By TabBar Added 6 Controllers, the tab "More" was created automatically.
How to remove this indent on the left of the table? Why did he even appear? 
When adding 5 more controllers to the TabBar, a special Navigation Controller named MoreNavigationController comes into play. You can work with him by receiving it, for example, like this:
let moreViewController = self.moreNavigationController.viewControllers[0] And here is a table on it:
let moreTableView = moreViewController.view as! UITableView Using this controller and table, you can remove indents.
Source: https://ru.stackoverflow.com/questions/618684/
All Articles
setIndentationLevelandsetIndentationWidth- Max Mikheyenko