美文网首页
StoryBoard 跨页面返回

StoryBoard 跨页面返回

作者: 米亚流年 | 来源:发表于2019-04-29 16:08 被阅读0次
    • 1.在你想回到的页面,写下如下方法
    @IBAction func prepareForUwind(segue: UIStoryboardSegue){}
    
      1. 拖线


        image.png
    • 3.需要关闭的Controller代码如下

        @IBAction func closedPressed(_ sender: UIButton) {
    //        dismiss(animated: true, completion: nil)
            performSegue(withIdentifier: UWIND_TO_CHANNEL, sender: nil)
        }
    

    相关文章

      网友评论

          本文标题:StoryBoard 跨页面返回

          本文链接:https://www.haomeiwen.com/subject/ygaynqtx.html