E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
uidevice
iOS获取应用程序信息与设备型号等信息
原文:Swift-获取应用名称、应用版本、设备型号、系统版本等信息这里补充iPhoneSE、iPhone8、iPhone8Plus以及iPhoneX设备型号的识别://扩展
UIDevice
extension
UIDevice
jackfrued_徒弟
·
2020-06-22 07:38
iOS-唯一设备号,mac地址
NSString*uuid=[[[
UIDevice
currentDevice]identifierForVendor]UUIDString];EAAccessory*accessory;NSString
无悔zero
·
2020-06-22 04:51
关于iOS10的新特性,带你快速了解
1.首先是版本适配的问题[[[[
UIDevice
currentDevice]systemVersion]substringToIndex:1]intValue]<=10,此方法不能再作为判断系统版本的方法
LeeJoy
·
2020-06-22 03:49
iOS11之后cell删除按钮自定义view怎么都找不到
if(
UIDevice
.currentDevice.systemVersion.floatValue>11){for(UIView*subViewinself.subviews){if([subViewisKindOfClass
硅谷热
·
2020-06-21 14:59
iOS开发
tableViewcell
UIAutomator1.0 Page Object实践
以打开飞行模式的操作为例一.父类page页packagecom.qwert.autotest.simcard.page;importcom.android.uiautomator.core.
UiDevice
wxtx2020
·
2020-06-21 08:43
UiAutomator1.0
UIAutomator1.0 API简介
1.
UiDevice
对象get
UiDevice
()的方法可以得到一个
UiDevice
的对象,通过这个对象可以完成一些针对设备的动作:click(intx,inty)----在(x,y)表示的像素地方点击
wxtx2020
·
2020-06-21 08:43
UiAutomator1.0
iOS旋转横屏(解决禁用旋转时全频横屏方法)
禁用设备自动旋转时的横屏方法监听设备旋转[[NSNotificationCenterdefaultCenter]addObserver:selfselector:@selector(orientChange:)name:
UIDevice
OrientationDidChangeNotificationobject
幻想无极
·
2020-06-21 06:16
【转】ios设备基本信息
文章来源:http://www.cocoachina.com/ios/20170921/20619.html(一)设备及App信息查询1.获取设备名称OC代码NSString*deviceName=[[
UIDevice
currentDevice
紫荆逸
·
2020-06-20 23:37
iOS设备判断是否开启VPN
kRRVPNStatusChangedNotification";{BOOL_vpnFlag;}3.具体实现方法:-(BOOL)isVPNOn{BOOLflag=NO;NSString*version=[
UIDevice
current
黎先生_
·
2020-06-17 17:18
iOS地图之MKMapView
使用MKMapView需要导入Mapkit框架import遵守协议初始化定位管理器及地图_locationManager=[[CLLocationManageralloc]init];if([[[
UIDevice
currentDevice
纳木错_grace
·
2020-04-13 19:58
IOS最新获取设置名称
老方法不支持ios7换一个写法extension
UIDevice
{varmodelName:String{varsystemInfo=utsname()uname(&systemInfo)varidentifier
格调main
·
2020-04-13 09:04
App中横竖屏的设置
iOS应用默认支持三个方向,具体设置如下:Snip20160906_2.png在UINavigationController和UIViewController中都可以通过下面的方法设置页面方向:if([[
UIDevice
currentDevice
uniapp
·
2020-04-13 05:35
iOS获取设备UUID
CFUUIDCreateString(kCFAllocatorDefault,uuid);NSString*uuid=[NSStringstringWithFormat:@"%@",uuidStr];方法2:[[[
UIDevice
currentDevice
starfox寒流
·
2020-04-12 16:38
[iOS]HealthKit数据读写
strong)HKHealthStore*healthStore;//健康信息+(id)shareInstance;@endHealthManager.m//系统版本#defineHKVersion[[[
UIDevice
cu
溜萝卜
·
2020-04-12 15:31
iOS获取设备 电池-内存-磁盘信息
import"
UIDevice
+Category.h"import@implementation
UIDevice
(Category)(CGFloat)deviceGetBatteryQuantity{[
_Mach
·
2020-04-12 12:14
强制横屏
UIApplicationsharedApplication]statusBarOrientation];if(UIInterfaceOrientationIsPortrait(status)){[[
UIDevice
currentDevice
小破孩丫
·
2020-04-11 17:22
iOS开发,本地推送的使用
微信公众号:微信公众号.jpg功能部分:本地推送分析图一.iOS8本地推送注册//创建本地通知-(void)requestAuthor{if([
UIDevice
currentDevice].systemVersion.floatValue
KennyHito
·
2020-04-11 15:37
2017-4-3 UIScrollView的屏幕适应
//检测设备旋转方向NotificationCenter.default.addObserver(self,selector:#selector(receivedRotation),name:.
UIDevice
OrientationDidChange
良辰岁月
·
2020-04-11 12:52
iOS小知识点10(获取手机横竖屏状态的几种方式)
项目需求需要知道手机当前是竖屏还是横屏状态,于是谷歌了一下,归纳如下:方式一:注册手机方向改变的通知
UIDevice
OrientationDidChangeNotification-(void)viewDidLoad
早起的虫儿子被鸟吃
·
2020-04-11 05:29
有关ios10设备获取不到deviceToken的问题
其实很多文章没写清楚根本原因,除了或许代码原因、证书原因、还有其他原因的首先我们来看看注册通知代码应该如何写1、ios10应该这样写,首先导入框架if([[[
UIDevice
curre
新地球说着一口陌生腔调
·
2020-04-11 04:52
UITextView、UITextFeild、block界面传值
UITextViewalloc]initWithFrame:CGRectMake(0,15,self.view.frame.size.width,45)];//控制textView中的文字垂直居中if([[
UIDevice
currentDevice
慧惠
·
2020-04-10 23:05
iOS如何获取设备的唯一标识(UUID)
其实很简单,一行代码即可获取[[
UIDevice
currentDevice]identifierForVendor]UUIDString].但是这样的话存在一定的弊端,当你升级或者重装软件的时候
若锦
·
2020-04-10 07:40
UIDevice
常用参数
从
UIDevice
里面我们可以获取到不少设备方面的内容。比如设备类型,系统版本,电
Zhang_yD
·
2020-04-10 00:03
iOS-通过UUID来获取iOS设备唯一标识
在之前的版本是可以使用UDID获取iOS设备唯一标识,NSString*udidString=[[
UIDevice
currentDevice]uniqueIdentifier];但是iOS5及以后,被苹果禁止使用了
keyuan0214
·
2020-04-09 19:57
float陷阱
如果你在开发iOS应用,你可能使用过如下代码判断系统版本:if([[[
UIDevice
currentDevice]systemVersion]floatValue]>=7.0){//somethingsupportforios7
小玉de简书
·
2020-04-08 08:55
iOS ● 极光推送 点击推送消息跳转页面[转]
applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{#if__IPHONE_OS_VERSION_MAX_ALLOWED>__IPHONE_7_1if([[
UIDevice
currentDevice
MyiOS
·
2020-04-08 03:08
版本适配
AutoLayout可视化适配autoLayout系统适配手机序列号:6685c75e34104be0b04c6ceb72985dc381f0f746NSString*identifierNumber=[[
UIDevice
currentDevice
蓝苹果不是烂苹果
·
2020-04-08 03:40
iOS 防止被导航栏遮盖
if([[
UIDevice
currentDevice]systemVersion].floatValue>=7.0){self.edgesForExtendedLayout=UIRectEdgeNone
i丶子木
·
2020-04-08 03:41
iPad warning:Attempt to present
on xxxx which is already presenting (null)
//这里正确的代码__weaktypedef(self)weakSelf=self;if([[[
UIDevice
currentDevice]systemVersion]floatValue]>=8.0)
Amazing_Life
·
2020-04-07 16:48
iOS-推送
UIApplication*)applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions方法中注册代码如下:if([[[
UIDevice
currentDevice
Freedom_fly
·
2020-04-07 05:15
UITabBarController+UITableView底部遮盖问题
tableview会自动适应tabbar不会遮盖掉uitableview,但是换了navi+tabbar+uitableview这种方式后,tabbar就会盖住uitableview的底部方法1:if(([[[
UIDevice
currentDevice
邹邹女王
·
2020-04-07 04:05
极光推送(Swift)
3.0.5'2、注册APNsprivatefuncJpush(launch:[UIApplicationLaunchOptionsKey:Any]){//iOS8以上注册APNSletversion=(
UIDevice
.current.systemVersionasNSString
未来々人生
·
2020-04-06 23:22
iOS获取系统信息
iOS获取系统信息获取版本号NSString*phoneVersion=[[
UIDevice
currentDevice]systemVersion];NSLog(@"手机系统版本:%@",phoneVersion
凌巅
·
2020-04-06 10:21
iOS 获取设备唯一标示符的方法
iOS2.0版本以后
UIDevice
提供一个获取设备唯一标识符的方法uniqueIdentifier,通过该方法我们可以获取设备的序列号,
Athlong
·
2020-04-06 08:02
swift ipad iPhone 判断
importFoundationimportUIKitextension
UIDevice
{publicclassfuncisPad()->Bool{return
UIDevice
.current.userInterfaceIdiom
5eky2
·
2020-04-06 05:09
UIDevice
系统信息详解
获取当前设备//获取当前设备
UIDevice
*dev=[
UIDevice
currentDevice];设备和系统基本信息//当前设备名称,例如张三的iPhoneNSLog(@"设备名称:%@",dev.name
tanyufeng
·
2020-04-05 17:10
获取设备的电池状态(一)——
UIDevice
API获取
功能实现获取设备的电池状态和电量可以使用
UIDevice
API,下面我们看一下。
刀客传奇
·
2020-04-05 08:26
iOS调用系统通讯录(适配iOS9、iOS10)
首先我们要导入框架///iOS9前的框架#import#import///iOS9的新框架#import#defineIs_up_Ios_9([[
UIDevice
currentDevice].systemVersionfloatValue
街角仰望
·
2020-04-05 00:07
ios wkwebview 清除缓存
if([[[
UIDevice
currentDevice]systemVersion]intValue]>8){NSArray*types=@[WKWebsiteDataTypeMemoryCache,WKWebsiteDataTypeDiskCache
J_HX
·
2020-04-04 23:44
iOS判断iphoneX系列手机
是否是iPhoneX系列手机各种宏记录下//iPhoneX系列//是否是ipad#defineisPad([[
UIDevice
currentDevice]userInterfaceIdiom]==UIUserInterfaceIdiomPad
iOS_LWide
·
2020-04-04 22:48
热点栏引起的frame的变化
//iOS系统版本#defineSYSTEM_VERSION[[[
UIDevice
currentDevice]systemVersion]dou
888zq
·
2020-04-04 20:08
IOS 11和Iphone X适配问题
extension
UIDevice
{publicfuncisX()->Bool{ifUIScreen.main.bounds.height==812{returntrue}return
Insit
·
2020-04-04 13:48
UIDevice
- iOS 设备
**[[
UIDevice
currentDevice]systemVersion]**基本信息-(void)deviceInfo{
UIDevice
*currentDevice=[
UIDevice
currentDevice
居然是村长
·
2020-04-04 12:05
iOS 进入某个页面固定横屏显示
直接上代码:-(void)viewDidAppear:(BOOL)animated{[superviewDidAppear:animated];if([[
UIDevice
currentDevice]respondsToSelector
风中尘埃飘过
·
2020-04-04 11:27
iOS 后台相关
判断是否支持多线程
UIDevice
*device=[
UIDevice
currentDevice];BOOLbackgroundSupported=NO;if([devicerespo
我的马里奥兄弟
·
2020-04-03 23:05
最新版本IQKeyboardManager第三方库中"确定"按钮事件的监听生效解决办法
*)barButton{//IfuserwantstoplayinputClicksound.ThenPlayInputClickSound.if(_shouldPlayInputClicks){[[
UIDevice
currentDevice
iOS开发小学生
·
2020-04-03 22:26
iOS 10 的各种问题集合(集中的问题有:系统判断、隐私数据访问问题、ATS的问题、UserNotifications(用户通知)、UICollectionViewCell的的优化)
iOS10,下面是我总结的一些关于iOS10适配方面的问题,如果有错误,欢迎指出.1.系统判断方法失效:在你的项目中,当需要判断系统版本的话,不要使用下面的方法:#defineisiOS10([[[[
UIDevice
currentDevice
远0
·
2020-04-03 17:36
ios 设备号UUID的使用
获取iPhone设备码代码如下:NSString*idfv=[[[
UIDevice
currentDevice]identifierForVendor]UUIDString];//获取设备码NSString
oc123
·
2020-04-03 16:38
[iOS] 横竖屏转换
强制变成横屏(ARC下也可使用)if([[
UIDevice
currentDevice]respondsToSelector:@selector(setOrientation:)]){SELselector
两年如歌
·
2020-04-03 09:54
【IOS】宏定义 系统版本 判定 请不要用Availability.h中的宏!
当需要判断iOS系统版本的时候,相信很多人都会这么干:#defineSystemVersion[[
UIDevice
currentDevice]systemVersion].floatValue曾经看到一篇文章告诉说在
雨影
·
2020-04-02 22:19
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他