【发布时间】:2017-01-27 09:31:39
【问题描述】:
此代码旨在向用户显示UIViewController“菜单”,而是以黑屏迎接他们。
let currentViewController:UIViewController=UIApplication.shared.keyWindow!.rootViewController!
let mymenu = menu()
currentViewController.present(mymenu, animated: true, completion: nil)
我正在从 SKScene 转换。
【问题讨论】:
标签: swift uiviewcontroller sprite-kit skscene