Create a ContactDataSource from the existing ContactsTableViewController

This commit is contained in:
Giom Foret
2017-04-07 16:42:16 +02:00
parent a546743716
commit 398e00661e
12 changed files with 1283 additions and 982 deletions
@@ -19,7 +19,7 @@
/**
'StartChatViewController' instance is used to prepare new room creation.
*/
@interface StartChatViewController : ContactsTableViewController <UISearchBarDelegate, ContactsTableViewControllerDelegate>
@interface StartChatViewController : ContactsTableViewController <UITableViewDataSource, UISearchBarDelegate, ContactsTableViewControllerDelegate>
@property (weak, nonatomic) IBOutlet UIView *searchBarHeader;
@property (weak, nonatomic) IBOutlet UISearchBar *searchBarView;