linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Typing Error Causing Wrong Layout on iOS 8 Landsca


From: powerqian
Subject: [Linphone-developers] Typing Error Causing Wrong Layout on iOS 8 Landscape iPad
Date: Wed, 22 Oct 2014 21:30:19 -0700 (MST)

Hi,

I found a typing error in UICompositeViewController.m
updateViewsFramesAccordingToLaunchOrientation method.

When checking the system version, it should be "[[UIDevice
currentDevice].systemVersion floatValue] < 8", instead of "[[UIDevice
currentDevice].systemName floatValue] < 8". The latter will always true
since [[UIDevice currentDevice].systemName floatValue] is nil, thus always
treat as portrait.

This will cause incorrect layout when launching app in landscape mode on
iPad.



--
View this message in context: 
http://nongnu.13855.n7.nabble.com/Typing-Error-Causing-Wrong-Layout-on-iOS-8-Landscape-iPad-tp191111.html
Sent from the linphone-developers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]