Add Room Member Details screen

This commit is contained in:
giomfo
2016-02-24 10:08:21 +01:00
parent db361078c5
commit b91c183b1c
22 changed files with 1020 additions and 4 deletions
@@ -18,6 +18,8 @@
#import "ContactTableViewCell.h"
#import "SegmentedViewController.h"
/**
'RoomParticipantsViewController' instance is used to edit members of the room defined by the property 'mxRoom'.
@@ -58,6 +60,11 @@
*/
@property (nonatomic) BOOL isAddParticipantSearchBarEditing;
/**
The potential segmented view controller in which the view controller is displayed.
*/
@property (nonatomic) SegmentedViewController *segmentedViewController;
/**
Customize the UITableViewCell before rendering it.