Tap on avatar in Member Info page to zoom to view avatar full page #517

Fix the tap area. Tap worked only at the top of the avatar, not when tapping on the middle or the bottom
This commit is contained in:
manuroe
2016-09-14 13:54:18 +02:00
parent d30aeb0064
commit 52024e5b47
3 changed files with 44 additions and 3 deletions
@@ -22,6 +22,7 @@
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *roomMemberAvatarHeaderBackgroundHeightConstraint;
@property (weak, nonatomic) IBOutlet UIView *memberHeaderView;
@property (weak, nonatomic) IBOutlet UIView *roomMemberAvatarMask;
@property (weak, nonatomic) IBOutlet UILabel *roomMemberNameLabel;
@property (weak, nonatomic) IBOutlet UIView *roomMemberNameLabelMask;