swift中storyborad跳转
by 伍雪颖
@H_404_7@let identifier = "viewController" let storyboard = UIStoryboard(name: identifier,bundle: nil) let controller = storyboard.instantiateViewControllerWithIdentifier(identifier) as UIViewController! self.navigationController?.pushViewController(controller,animated: true)