我尝试使用以下代码来获取我的设备信息:
UIDevice.currentDevice().systemVersion
但如下所示,我遇到了一个错误:
Use of unresolved identifier UIDevice

最佳答案

添加UIKit导入

import UIKit

关于ios - UIDevice在Swift 2.0中不起作用,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34328171/

10-10 21:07