зеркало из https://github.com/nextcloud/talk-ios.git
Set correct titles.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
3994a50021
Коммит
363033fedd
|
@ -147,7 +147,9 @@
|
|||
<outlet property="delegate" destination="rp8-4C-Fhc" id="IrT-7U-CrP"/>
|
||||
</connections>
|
||||
</tableView>
|
||||
<navigationItem key="navigationItem" id="BZo-N4-rkW"/>
|
||||
<navigationItem key="navigationItem" id="BZo-N4-rkW">
|
||||
<barButtonItem key="backBarButtonItem" title="Settings" id="s3n-1y-1mJ"/>
|
||||
</navigationItem>
|
||||
</tableViewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="AAu-UD-uKL" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
|
|
|
@ -300,7 +300,7 @@ typedef enum AboutSection {
|
|||
if (!cell) {
|
||||
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:videoConfigurationCellIdentifier];
|
||||
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
|
||||
cell.textLabel.text = @"Video";
|
||||
cell.textLabel.text = @"Video settings";
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
self.navigationItem.title = @"Resolutions";
|
||||
_videoResolutions = [[[NCSettingsController sharedInstance] videoSettingsModel] availableVideoResolutions];
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче