[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad
注意:如果TARGETS->General->Deployment info中的Devices設(shè)置為iphone或者iPad,這個(gè)判斷是判斷不了的,必須設(shè)置為Universal才會(huì)生效
[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad
注意:如果TARGETS->General->Deployment info中的Devices設(shè)置為iphone或者iPad,這個(gè)判斷是判斷不了的,必須設(shè)置為Universal才會(huì)生效