[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad
注意:如果TARGETS->General->Deployment info中的Devices设置为iphone或者iPad,这个判断是判断不了的,必须设置为Universal才会生效
[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad
注意:如果TARGETS->General->Deployment info中的Devices设置为iphone或者iPad,这个判断是判断不了的,必须设置为Universal才会生效
本文标题:ios 区别设备是iphone和iPad
本文链接:https://www.haomeiwen.com/subject/vsvjtxtx.html
网友评论