-> add a .h file to define the vector color

-> restore the done button on the roomSettingsViewController.
This commit is contained in:
yannick
2015-11-26 18:04:03 +01:00
parent 71806aaaa8
commit eaaedb6fbf
8 changed files with 49 additions and 15 deletions
+1 -1
View File
@@ -261,7 +261,7 @@
[viewControllers addObject:settingsViewController];
segmentedViewController.title = NSLocalizedStringFromTable(@"room_details_title", @"Vector", nil);
[segmentedViewController initWithTitles:titles viewControllers:viewControllers defaultSelected:0];
[segmentedViewController initWithTitles:titles viewControllers:viewControllers defaultSelected:1];
}
}