在 Swift 中,如何防止调用storyboard.instantiateViewControllerWithIdentifier
无效的标识符?
我在 SO 上看到的大多数解决方案都在 Objective-C 中使用 try...catch,但该解决方案在 Swift 中不起作用,因为instantiateViewControllerWithIdentifier
它不会抛出。
在 Swift 中,如何防止调用storyboard.instantiateViewControllerWithIdentifier
无效的标识符?
我在 SO 上看到的大多数解决方案都在 Objective-C 中使用 try...catch,但该解决方案在 Swift 中不起作用,因为instantiateViewControllerWithIdentifier
它不会抛出。