Chat Screen implementation

Apply Ribot design on bubble cell (Pagination display is not correct yet).
This commit is contained in:
giomfo
2015-12-16 15:16:37 +01:00
parent a321ffc9f7
commit ed1877282b
25 changed files with 496 additions and 449 deletions
@@ -16,12 +16,16 @@
#import "RoomOutgoingTextMsgBubbleCell.h"
#import "VectorDesignValues.h"
@implementation RoomOutgoingTextMsgBubbleCell
- (void)awakeFromNib
{
[super awakeFromNib];
self.readReceiptsAlignment = ReadReceiptAlignmentRight;
self.userNameLabel.textColor = VECTOR_TEXT_BLACK_COLOR;
}
@end