iOS判斷設備-userInterfaceIdiom

在編程時能夠經過下面語句判斷設備,常量UIUserInterfaceIdiomPhone 用於判斷是否爲iPhone設備,UIUserInterfaceIdiomPad用於判斷是否爲iPad設備。編程 if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone)spa {ci // iPhone設備i
相關文章
相關標籤/搜索