Chat screen

Apply Ribot design on typing notification
This commit is contained in:
giomfo
2015-12-16 16:52:32 +01:00
parent 77850c20dd
commit 7f464f928e
3 changed files with 24 additions and 22 deletions
@@ -35,11 +35,11 @@
{
[super awakeFromNib];
// Remove default toolbar background color
self.backgroundColor = [UIColor whiteColor];
self.separatorView.backgroundColor = VECTOR_GREEN_COLOR;
self.messageLabel.textColor = VECTOR_TEXT_GRAY_COLOR;
self.typingImageView.backgroundColor = VECTOR_GREEN_COLOR;
self.typingImageView.layer.cornerRadius = self.typingImageView.frame.size.height / 2;
// self.typingImageView.backgroundColor = VECTOR_GREEN_COLOR;
// self.typingImageView.layer.cornerRadius = self.typingImageView.frame.size.height / 2;
}