Replace MXCViewController/MXCTableViewController with MXKViewController/MXKTableViewController (from MatrixKit).

This commit is contained in:
giomfo
2015-04-14 10:55:18 +02:00
parent 2ed0372b10
commit dfe648fa7c
22 changed files with 148 additions and 718 deletions
@@ -1,5 +1,5 @@
/*
Copyright 2014 OpenMarket Ltd
Copyright 2015 OpenMarket Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -20,6 +20,8 @@
#import "MatrixSDKHandler.h"
#import "RageShakeManager.h"
@interface ContactDetailsViewController () {
NSArray* matrixIDs;
}
@@ -45,6 +47,9 @@
self.tableView.separatorColor = [UIColor clearColor];
self.tableView.rowHeight = 44;
self.tableView.allowsSelection = NO;
// Set rageShake handler
self.rageShakeManager = [RageShakeManager sharedManager];
}
- (void)viewWillAppear:(BOOL)animated {