ios 区别设备是iphone和iPad
2017-05-05 本文已影响0人
夜空丶
[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad
注意:如果TARGETS->General->Deployment info中的Devices设置为iphone或者iPad,这个判断是判断不了的,必须设置为Universal才会生效
[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad
注意:如果TARGETS->General->Deployment info中的Devices设置为iphone或者iPad,这个判断是判断不了的,必须设置为Universal才会生效