【发布时间】:2015-06-25 19:24:50
【问题描述】:
如何找到当前实例化的视图控制器的标识符?
例子:
self.storyboard?.instantiateViewControllerWithIdentifier("ThisViewController") as! UIPageViewController
并使用self.storyboard?.currentViewControllerIdentifier 之类的东西返回ThisViewController?
【问题讨论】:
标签: ios swift cocoa-touch uiview uiviewcontroller