-> set the roomDetails viewController title

-> the selected section title text was not a bold font.
This commit is contained in:
yannick
2015-11-26 17:04:16 +01:00
parent e715344144
commit 71806aaaa8
3 changed files with 14 additions and 0 deletions
@@ -260,6 +260,7 @@
[settingsViewController initWithSession:session andRoomId:roomid];
[viewControllers addObject:settingsViewController];
segmentedViewController.title = NSLocalizedStringFromTable(@"room_details_title", @"Vector", nil);
[segmentedViewController initWithTitles:titles viewControllers:viewControllers defaultSelected:0];
}
}