UIDevice 在 swift 2.0 中不起作用
Posted
技术标签:
【中文标题】UIDevice 在 swift 2.0 中不起作用【英文标题】:UIDevice does not work in swift 2.0 【发布时间】:2015-12-17 06:41:13 【问题描述】:我尝试使用以下代码来获取我的设备信息:
UIDevice.currentDevice().systemVersion
但是我得到了一个如下所示的错误:
Use of unresolved identifier UIDevice
【问题讨论】:
【参考方案1】:添加 UIKit 导入
import UIKit
【讨论】:
这给了我一个“没有这样的模块“UIKit”以上是关于UIDevice 在 swift 2.0 中不起作用的主要内容,如果未能解决你的问题,请参考以下文章
MR_importFromObject 方法在 XCode 7.1 beta (Swiftui 2.0) 中不起作用
如果 swift 2.0 中的 let nil 没有按预期工作
datePicker 插件在 Phonegap 2.0 中不起作用