标签: ios xcode swift
当我输入UIDevice.currentDevice().userInterfaceIdiom时,我可以确定它是iPhone,而不是其他的(.Phone)。
UIDevice.currentDevice().userInterfaceIdiom
.Phone
如何确保自己使用哪款iPhone(显示分辨率测量除外)?