Prepare UX Rework:

- Define the 4 tabs: Home, Fav, People and Rooms
This commit is contained in:
Giom Foret
2017-04-06 14:27:45 +02:00
parent 52021bd252
commit 4eb90fbb2e
23 changed files with 1958 additions and 575 deletions
@@ -77,6 +77,11 @@
*/
+ (instancetype)contactsTableViewController;
/**
The Google Analytics Instance screen name (Default is "ContactsTable").
*/
@property (nonatomic) NSString *screenName;
/**
The contacts table view.
*/
@@ -130,5 +135,7 @@
*/
@property (nonatomic) id<ContactsTableViewControllerDelegate> contactsTableViewControllerDelegate;
- (IBAction)onCheckBoxTap:(UITapGestureRecognizer*)sender;
@end