ExpandedRoomTitleView: Add badge image view on room avatar.

This commit is contained in:
SBiOSoftWhare
2020-01-22 16:23:39 +01:00
parent fed1ce4560
commit c9e4f8bf5f
2 changed files with 16 additions and 4 deletions
@@ -19,6 +19,7 @@
@interface ExpandedRoomTitleView : RoomTitleView
@property (weak, nonatomic) IBOutlet MXKImageView *roomAvatar;
@property (weak, nonatomic) IBOutlet UIImageView *roomAvatarBadgeImageView;
@property (weak, nonatomic) IBOutlet UIView *roomAvatarHeaderBackground;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *roomAvatarHeaderBackgroundHeightConstraint;