mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
UX Rework: Add home page
- Add edition mode support. https://github.com/vector-im/riot-meta/issues/75
This commit is contained in:
@@ -20,4 +20,17 @@
|
||||
|
||||
@property (strong, nonatomic) IBOutlet UICollectionView *collectionView;
|
||||
|
||||
@property (strong, nonatomic) IBOutlet UIView *editionView;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *editionViewHeightConstraint;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *directChatButton;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *directChatImageView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *notificationsButton;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *notificationsImageView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *favouriteButton;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *favouriteImageView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *priorityButton;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *priorityImageView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *leaveButton;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *leaveImageView;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user