Composer update - UI enhancements

- Fixed red dot misplacement in the header
This commit is contained in:
Gil Eluard
2021-03-29 23:04:01 +02:00
parent 5f7bde11e5
commit 70746c958a
3 changed files with 10 additions and 2 deletions
@@ -147,6 +147,8 @@
self.pictureViewHeightConstraint.constant = 28;
self.displayNameTextField.font = [UIFont systemFontOfSize:14 weight:UIFontWeightMedium];
self.typingLabel.font = [UIFont systemFontOfSize:10];
self.dotViewCenterXConstraint.constant = 3;
self.dotViewCenterYConstraint.constant = -2;
}
else
{
@@ -156,7 +158,9 @@
self.pictureViewHeightConstraint.constant = 32;
self.displayNameTextField.font = [UIFont systemFontOfSize:17 weight:UIFontWeightMedium];
self.typingLabel.font = [UIFont systemFontOfSize:12];
}
self.dotViewCenterXConstraint.constant = 0;
self.dotViewCenterYConstraint.constant = -1;
}
}
- (void)setTypingNotificationString:(NSString *)typingNotificationString