Chat screen implementation

Handle event selection when user taps on text message view.

Note: The read receipts are still displayed by MatrixKit, they may overlap timestamp until Vector handle them correctly.
This commit is contained in:
giomfo
2015-12-11 14:01:56 +01:00
parent f35e08ccdc
commit 3b5db63660
27 changed files with 1373 additions and 73 deletions
+5
View File
@@ -21,4 +21,9 @@
*/
@interface RoomDataSource : MXKRoomDataSource
/**
The event id of the current selected event if any. Default is nil.
*/
@property(nonatomic) NSString *selectedEventId;
@end