我試圖打開新的觀點instantiateViewController:試圖打開新的觀點
ViewController.swift - > InAppBrowserController.swift
Main.storyboard - > InAppBrowser查看使&故事板標識 - >確定。
let storyboard = UIStoryboard(name: "Main", bundle: nil)
let nextViewController = storyboard.instantiateViewController(withIdentifier: "InAppBrowserView") as! InAppBrowserController
self.present(nextViewController, animated: true, completion: nil)
Blockquote fatal error: unexpectedly found nil while unwrapping an Optional value 2016-11-24 20:24:50.569000 GMK SWork[5920:2148780] fatal error: unexpectedly found nil while unwrapping an Optional value
問題是什麼?
我已經試過它 但它幫了我很多。 謝謝!〜 –