From 3614d6d3da44cf283af3ea9d63c047d228f8d453 Mon Sep 17 00:00:00 2001 From: REIS Benjamin Date: Mon, 31 Oct 2016 16:39:35 +0100 Subject: [PATCH] TabBar icons take full tabBar when on landscape --- Classes/Contact.m | 2 +- Classes/LinphoneUI/Base.lproj/TabBarView.xib | 130 ++++++++++--------- 2 files changed, 69 insertions(+), 63 deletions(-) diff --git a/Classes/Contact.m b/Classes/Contact.m index 0437ef971..57b07ca29 100644 --- a/Classes/Contact.m +++ b/Classes/Contact.m @@ -507,7 +507,7 @@ // SIP (IM) { _sipAddresses = [[NSMutableArray alloc] init]; - MSList *sips = linphone_friend_get_addresses(_friend); + const MSList *sips = linphone_friend_get_addresses(_friend); while (sips) { LinphoneAddress *addr = sips->data; char *uri = linphone_address_as_string_uri_only(addr); diff --git a/Classes/LinphoneUI/Base.lproj/TabBarView.xib b/Classes/LinphoneUI/Base.lproj/TabBarView.xib index 37e1cfbc1..9639e2884 100644 --- a/Classes/LinphoneUI/Base.lproj/TabBarView.xib +++ b/Classes/LinphoneUI/Base.lproj/TabBarView.xib @@ -1,8 +1,9 @@ - - + + - + + @@ -27,11 +28,11 @@ - + - + @@ -135,11 +136,11 @@ - + - - - - - - - - - @@ -250,6 +251,11 @@ - + + + + + +