mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Implement FAB journeys & rough edge warnings element-ios#5226
- List of Space members with search - Invite interactions - Join room from list - Implement add room button, with rough edge warning.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
'RoomParticipantsViewController' instance is used to edit members of the room defined by the property 'mxRoom'.
|
||||
When this property is nil, the view controller is empty.
|
||||
*/
|
||||
@interface RoomParticipantsViewController : MXKViewController <UITableViewDelegate, UITableViewDataSource, UISearchBarDelegate, UIGestureRecognizerDelegate, MXKRoomMemberDetailsViewControllerDelegate, ContactsTableViewControllerDelegate>
|
||||
@interface RoomParticipantsViewController : MXKViewController <UITableViewDelegate, UITableViewDataSource, UISearchBarDelegate, UIGestureRecognizerDelegate, MXKRoomMemberDetailsViewControllerDelegate>
|
||||
{
|
||||
@protected
|
||||
/**
|
||||
@@ -91,6 +91,7 @@
|
||||
|
||||
@property (nonatomic) BOOL showCancelBarButtonItem;
|
||||
@property (nonatomic) BOOL showParticipantCustomAccessoryView;
|
||||
@property (nonatomic) BOOL showInviteUserFab;
|
||||
|
||||
/**
|
||||
The delegate for the view controller.
|
||||
|
||||
Reference in New Issue
Block a user