Xcode6 のシミュレーターで実施
NSLog(@"width=%f",self.view.bounds.size.width);
NSLog(@"height=%f",self.view.bounds.size.height);
iPhone6+
width=414.000000
height=736.000000
iPhone6
width=375.000000
height=667.000000
個別対応が必用なのかな!
Xcode6 のシミュレーターで実施
NSLog(@"width=%f",self.view.bounds.size.width);
NSLog(@"height=%f",self.view.bounds.size.height);
iPhone6+
width=414.000000
height=736.000000
iPhone6
width=375.000000
height=667.000000
個別対応が必用なのかな!