room_members_search

-> improve vectorContactTableViewCell to display a custom accessory view
-> Update the room creation step 2 viewcontroller.
This commit is contained in:
yannick
2015-12-21 10:00:49 +01:00
parent 3a04fae8a1
commit 6bb821e965
6 changed files with 98 additions and 28 deletions
@@ -16,6 +16,8 @@
#import <MatrixKit/MatrixKit.h>
#import "VectorContactTableViewCell.h"
/**
'RoomParticipantsViewController' instance is used to edit members of the room defined by the property 'mxRoom'.
@@ -57,5 +59,14 @@
*/
@property (nonatomic) BOOL isAddParticipantSearchBarEditing;
/**
Customize the UITableViewCell before rendering it.
@param contactCell the cell to customize.
@param indexPath path of the cell in the tableview.
*/
- (void)customizeContactCell:(VectorContactTableViewCell*)contactCell atIndexPath:(NSIndexPath *)indexPath;
@end