Add bitrate section to settings view controller.

BUG=webrtc:6654

Review-Url: https://codereview.webrtc.org/2473783003
Cr-Commit-Position: refs/heads/master@{#14952}
This commit is contained in:
denicija
2016-11-07 07:23:56 -08:00
committed by Commit bot
parent 84309bc4e6
commit 3babb99039
2 changed files with 74 additions and 5 deletions

View File

@ -172,7 +172,7 @@ static NSString *const barButtonImageString = @"ic_settings_black_24dp.png";
#pragma mark - Private
- (void)showSettings:(id)sender {
ARDSettingsViewController *settingsController =
[[ARDSettingsViewController alloc] initWithStyle:UITableViewStylePlain
[[ARDSettingsViewController alloc] initWithStyle:UITableViewStyleGrouped
mediaConstraintsModel:[[ARDMediaConstraintsModel alloc] init]];
UINavigationController *navigationController =
[[UINavigationController alloc] initWithRootViewController:settingsController];