Swift Unbalanced calls to begin/end appearance transitions for
问题 This has been stumping me for a while now. I have a UISplitViewController inside a UITabBarController . The master view is a TableView. When I click on a cell, I bring up a very basic view controller with just a UIButton centered. Here is the code for the view controller: class TestViewController: UIViewController, UIImagePickerControllerDelegate, UINavigationControllerDelegate { @IBOutlet weak var button: UIButton! override func viewDidLoad() { super.viewDidLoad() } override func