当另一个viewcontroller传递时,self.revealViewController为nil

时间:2015-09-16 14:36:00

标签: ios swift

这是我在tableviewcontroller中调用revealviewcontroller

的代码
if self.revealViewController() != nil {
            menuBtn.target = self.revealViewController()
            menuBtn.action = "revealToggle:"
            self.view.addGestureRecognizer(self.revealViewController().panGestureRecognizer())
        }

我有一个popover,popover内容是一个回调tableviewcontroller的按钮,但是当它返回时,revealViewController是nil。 这是回去的代码

let dvc : ProductoTVC = self.storyboard?.instantiateViewControllerWithIdentifier("ProductoTVC") as! ProductoTVC
        self.presentViewController(dvc, animated:false, completion: nil)

0 个答案:

没有答案