SYIOS-30 - iOS needs typing notifs like the web client

We highlight here the avatar of the user who's typing
This commit is contained in:
giomfo
2015-01-13 18:32:52 +01:00
parent 4247348619
commit 8072956eed
6 changed files with 48 additions and 7 deletions
@@ -46,6 +46,7 @@
@end
@interface IncomingMessageTableCell : RoomMessageTableCell
@property (weak, nonatomic) IBOutlet UIImageView *typingBadge;
@property (weak, nonatomic) IBOutlet UILabel *userNameLabel;
@end