linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Typing Error Causing Wrong Layout on iOS 8 Lan


From: BIENKOWSKI Guillaume
Subject: Re: [Linphone-developers] Typing Error Causing Wrong Layout on iOS 8 Landscape iPad
Date: Thu, 23 Oct 2014 15:17:28 +0200

Absolutely,

I pushed the fix, silly typo breaks all the iPads..

Thanks!

Guillaume BIENKOWSKI
http://www.belledonne-communications.com/
sip:address@hidden

On Thu, Oct 23, 2014 at 6:30 AM, powerqian <address@hidden> wrote:
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.

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

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