A UITabBarController is being pushed onto the stack:
UITabBarController
let presenter = presentingViewController as! UINavigationController let tabvc = UITabBarCo
The reason is that navigation bar of your presenter overlaps with the navigation bar of More section.
If you don't show the navigation bar for you navigation controller, you will be able to see the Edit button again when you tap on the More tab.