Home: display the room name on 2 lines

This commit is contained in:
Giom Foret
2017-06-30 17:06:23 +02:00
parent 3e976e1919
commit 10acccc29d
3 changed files with 51 additions and 12 deletions
@@ -29,6 +29,8 @@
}
@property (weak, nonatomic) IBOutlet UILabel *roomTitle;
@property (weak, nonatomic) IBOutlet UILabel *roomTitle1;
@property (weak, nonatomic) IBOutlet UILabel *roomTitle2;
@property (weak, nonatomic) IBOutlet UIView *directRoomBorderView;
@property (weak, nonatomic) IBOutlet MXKImageView *roomAvatar;