[已解决]Swift代码出错:Cannot subscript a value of type [UIViewController] with an index of type UInt
crifan 9年前 (2015-10-15) 4640浏览 0评论
[背景] swift中的代码: var viewControllers = [UIViewController]() ... let toViewController:UIViewController = self.viewControllers[...