Auto layouts for the iPad pro are working inappropriate .
Closed this issue · 3 comments
surendraraju commented
Auto layouts for the iPad pro are working inappropriate .
surendraraju commented
For those who want the fix , please let me know. I fixed it myself for my use.
Svantulden commented
Yeah please share!
surendraraju commented
EAIntroView.m , go to method -(void)willMoveToSuperview:(UIView *)newSuperview and replace the line
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(deviceOrientationDidChange:)
name:UIDeviceOrientationDidChangeNotification
object:nil];
with
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(deviceOrientationDidChange:)
name:UIApplicationDidChangeStatusBarFrameNotification
object:nil];