Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试从 XCTestCase 类中的情节提要实例化视图控制器时,应用程序崩溃了。
而不是 Bundle.main在实例化您的捆绑使用时使用
Bundle.main
let bundle = Bundle(for: type(of: self)) let storyBoard = UIStoryboard(name: "Main", bundle: bundle)