mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
SP3.1: Update room settings for Spaces element-ios#5231
- Changed the Room Settings screen according to the new design - Implemented the room access flow - Added room upgrade support - Implemented the room suggestion screen
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#import "TableViewCellWithCheckBoxes.h"
|
||||
|
||||
@class AnalyticsScreenTimer;
|
||||
@protocol RoomSettingsViewControllerDelegate;
|
||||
|
||||
/**
|
||||
List the settings fields. Used to preselect/edit a field
|
||||
@@ -59,5 +60,15 @@ typedef enum : NSUInteger {
|
||||
*/
|
||||
@property (nonatomic) AnalyticsScreenTimer *screenTimer;
|
||||
|
||||
/**
|
||||
Delegate of this view controller.
|
||||
*/
|
||||
@property (nonatomic, weak) id<RoomSettingsViewControllerDelegate> delegate;
|
||||
|
||||
@end
|
||||
|
||||
@protocol RoomSettingsViewControllerDelegate <NSObject>
|
||||
|
||||
- (void)roomSettingsViewController:(RoomSettingsViewController *)controller didMoveRoomTo:(NSString *)newRoomId;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user