NSLog(@"the View Weight is --%f--",self.view.frame.size.width);
NSLog(@"the View Height is --%f--",self.view.frame.size.height);
I ran the same code using iPhone 4S, 5 , 6, 6S
on iPhone 4S it gives 320,480
but for all other Devices its giving me 320 , 568 . No matter 5, 6, 6S
Is this Xcode 6.0 Bug?
Even NSLog(@"the height is -%f-",[[UIScreen mainScreen] bounds].size.height) gives m,e 568 on iPhone 6