Merge pull request #91 from vector-im/issue_80_rageshake_handling

issue_80: Rageshake handling
This commit is contained in:
giomfo
2016-02-11 09:07:33 +01:00
19 changed files with 99 additions and 9 deletions
@@ -19,6 +19,9 @@
#import "RoomDataSource.h"
#import "AppDelegate.h"
#import "VectorDesignValues.h"
#import "RageShakeManager.h"
#import "RoomInputToolbarView.h"
@@ -105,6 +108,9 @@
{
[super viewDidLoad];
self.defaultBarTintColor = kVectorNavBarTintColor;
self.enableBarTintColorStatusChange = NO;
// Register first customized cell view classes used to render bubbles
[self.bubblesTableView registerClass:RoomIncomingTextMsgBubbleCell.class forCellReuseIdentifier:RoomIncomingTextMsgBubbleCell.defaultReuseIdentifier];
[self.bubblesTableView registerClass:RoomIncomingTextMsgWithoutSenderInfoBubbleCell.class forCellReuseIdentifier:RoomIncomingTextMsgWithoutSenderInfoBubbleCell.defaultReuseIdentifier];