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,6 +16,15 @@
#import "RoomIncomingTextMsgBubbleCell.h"
#import "VectorDesignValues.h"
@implementation RoomIncomingTextMsgBubbleCell
- (void)awakeFromNib
{
[super awakeFromNib];
self.userNameLabel.textColor = VECTOR_TEXT_BLACK_COLOR;
}
@end