gpt4 book ai didi

ios - 你如何获得 iPhone 的设备名称

转载 作者:IT王子 更新时间:2023-10-29 07:28:09 25 4
gpt4 key购买 nike

如果您打开 设置 -> 常规 -> 关于,它会在屏幕顶部显示 Bob 的 iPhone。您如何以编程方式获取该名称?

最佳答案

来自 UIDevice 类:

Swift 版本:

UIDevice.current.name

Objective-C 版本:

[[UIDevice currentDevice] 名称];

The UIDevice is a class that providesinformation about the iPhone or iPodTouch device.

Some of the information provided byUIDevice is static, such as devicename or system version.

来源:http://servin.com/iphone/uidevice/iPhone-UIDevice.html

官方文档: Apple Developer Documentation > UIDevice Class Reference

关于ios - 你如何获得 iPhone 的设备名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1100127/

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