Use the vector green color on the search bar.

This commit is contained in:
yannick
2015-11-25 18:22:06 +00:00
parent 322dd1310f
commit 2927d2bde2
@@ -94,6 +94,10 @@
{
actionButtonWidth = actionButton.frame.size.width;
}
// ensure that the separator line is not displayed
self.tableView.separatorColor = [UIColor clearColor];
}
- (void)didReceiveMemoryWarning
@@ -946,6 +950,9 @@
self.isAddParticipantSearchBarEditing = YES;
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];
return YES;
}