001 判断当前运行设备是否是iPad
#define isPad (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
002 UIImageView UIButton 设置
[_noticeImg setContentMode:UIViewContentModeScaleToFill];
003 根据isPad 对靠左 靠右的控件布局进行调整
004 一些多控件布局需要进行调整
001 判断当前运行设备是否是iPad
#define isPad (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
002 UIImageView UIButton 设置
[_noticeImg setContentMode:UIViewContentModeScaleToFill];
003 根据isPad 对靠左 靠右的控件布局进行调整
004 一些多控件布局需要进行调整