From dbcc52091ae0b7082da9b11a7e85a02b49122ad2 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Wed, 25 Feb 2015 11:51:58 +0100 Subject: [PATCH] Fix accessibility of UIContactCell, thanks Marten. --- Classes/LinphoneUI/UIContactCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/LinphoneUI/UIContactCell.m b/Classes/LinphoneUI/UIContactCell.m index 06c28d2bf..5f3c595de 100644 --- a/Classes/LinphoneUI/UIContactCell.m +++ b/Classes/LinphoneUI/UIContactCell.m @@ -70,7 +70,7 @@ [self setHighlighted:false animated:true]; } -- (NSString *)accessibilityValue { +- (NSString *)accessibilityLabel { return [NSString stringWithFormat:@"%@ %@", firstNameLabel.text, lastNameLabel.text]; }