返回PREVIOUS CONTROLLER UI按钮动作

时间:2016-10-08 02:28:59

标签: swift controller uibutton action root

我希望该方法在UI按钮操作中实现,以便在点击按钮时返回到上一个控制器。 问候 非常感谢答案:)

1 个答案:

答案 0 :(得分:0)

Swift 3 Xcode 8

@IBAction func close(_ sender: AnyObject) {

    dismiss(animated: true , completion: nil)
}