Bug Fix - Member Info page avatars are systematically cropped (iOS 11)

#1590
This commit is contained in:
Giom Foret
2017-10-20 16:54:48 +02:00
parent 1921b9a0e7
commit 656d0bd9c8
8 changed files with 88 additions and 74 deletions
@@ -34,6 +34,7 @@ typedef enum : NSUInteger
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *contactAvatarHeaderBackgroundHeightConstraint;
@property (weak, nonatomic) IBOutlet UIView *headerView;
@property (weak, nonatomic) IBOutlet MXKImageView *contactAvatar;
@property (weak, nonatomic) IBOutlet UIView *contactAvatarMask;
@property (weak, nonatomic) IBOutlet UILabel *contactNameLabel;
@property (weak, nonatomic) IBOutlet UIView *contactNameLabelMask;