gpt4 book ai didi

swift - UIDevice.currentDevice().identifierForVendor!.UUIDString Swift 3 迁移

转载 作者:可可西里 更新时间:2023-11-01 00:21:33 29 4
gpt4 key购买 nike

我在 swift 2 中有以下代码

let deviceid = UIDevice.currentDevice().identifierForVendor!.UUIDString

编译失败。我尝试按照 xCode 中自动修复的建议进行操作,然后想到了这个。

 let deviceid = UIDevice.currentDevice.identifierForVendor!.UUIDString

但是它仍然无法编译。它说“UUID”类型的值没有成员 UUIDString”

最佳答案

我的建议 - 对于这类问题 - 直接进入 Playground

let deviceid = UIDevice.current.identifierForVendor?.uuidString

Playground xCode 8

关于swift - UIDevice.currentDevice().identifierForVendor!.UUIDString Swift 3 迁移,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39720002/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com