[iOS] add description to speed cameras settings

This commit is contained in:
Aleksey Belouosv 2018-12-10 19:03:18 +03:00 committed by Olesia Bolovintseva
parent 10b8f9e677
commit d165299cc8
2 changed files with 12 additions and 1 deletions

View file

@ -73,4 +73,15 @@ using namespace routing;
[tableView deselectRowAtIndexPath:indexPath animated:YES];
}
#pragma mark - UITableViewDataSource
- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section
{
switch (section)
{
case 0: return L(@"speedcams_notice_message");
default: return nil;
}
}
@end

View file

@ -1995,7 +1995,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.96078431369999995" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<sections>
<tableViewSection id="vIv-h0-cIZ">
<tableViewSection footerTitle="Auto - Warn about speedcams if there is a risk of exceeding the speed limit" id="vIv-h0-cIZ">
<cells>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="SettingsTableViewSelectableCell" id="XIR-dX-Iyu" customClass="SettingsTableViewSelectableCell" customModule="maps_me" customModuleProvider="target">
<rect key="frame" x="0.0" y="35" width="375" height="44"/>