mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Add Room Member Details screen
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user