当前位置:编程学习 > wap >>

ios 判断当前设备

[cpp]
if(UI_USER_INTERFACE_IDIOM() == UIUserInte易做图ceIdiomPhone) 
   { 
       CGSize result = [[UIScreen mainScreen] bounds].size; 
        
       if(result.height == 480.f) 
       { 
           return @"ViewController"; 
       } 
       else 
       { 
           return @"ViewController-iPhone5"; 
       } 
   } 
 
   return @"ViewController-iPad"; 
补充:移动开发 , IOS ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,