-> 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
@@ -20,6 +20,8 @@
#import "AppDelegate.h"
#import "VectorDesignValues.h"
@interface RoomParticipantsViewController ()
{
// Add participants section
@@ -951,7 +953,7 @@
searchBar.showsCancelButton = YES;
// TODO : it should be an application constant value
searchBar.barTintColor = searchBar.tintColor = [UIColor colorWithRed:(98.0/256.0) green:(206.0/256.0) blue:(156.0/256.0) alpha:1.0];
searchBar.barTintColor = searchBar.tintColor = VECTOR_GREEN_COLOR;
return YES;
}