[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad
注意:如果TARGETS->General->Deployment info中的Devices设置为iphone或者iPad,这个判断是判断不了的,必须设置为Universal才会生效
[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad
注意:如果TARGETS->General->Deployment info中的Devices设置为iphone或者iPad,这个判断是判断不了的,必须设置为Universal才会生效