room_members_search

-> add the swipe to remove member / to leave the room
-> add member when selecting a cell.
This commit is contained in:
yannick
2015-12-18 15:00:20 +01:00
parent fdba00db3c
commit 9c64a33638
8 changed files with 253 additions and 221 deletions
@@ -37,5 +37,13 @@
*/
- (void)refreshCurrentSelectedCell:(BOOL)forceVisible;
/**
Return a background color for an image resource.
@param imageName the image resource name
@return the UIColor
*/
+ (UIColor*)getBackgroundColor:(NSString*)imageName;
@end