Chat screen: finalize menu list from navigation bar.

This commit is contained in:
giomfo
2015-08-26 13:25:35 +02:00
parent fa5c03e5ab
commit af09647882
4 changed files with 184 additions and 65 deletions
+8 -3
View File
@@ -20,9 +20,14 @@
@property (strong, nonatomic) IBOutlet UIView *menuListView;
@property (weak, nonatomic) IBOutlet UIButton *searchInChatButton;
@property (weak, nonatomic) IBOutlet UIButton *participantsButton;
@property (weak, nonatomic) IBOutlet UIButton *settingsButton;
@property (weak, nonatomic) IBOutlet UIButton *searchMenuButton;
@property (weak, nonatomic) IBOutlet UILabel *searchMenuLabel;
@property (weak, nonatomic) IBOutlet UIButton *participantsMenuButton;
@property (weak, nonatomic) IBOutlet UILabel *participantsMenuLabel;
@property (weak, nonatomic) IBOutlet UIButton *favouriteMenuButton;
@property (weak, nonatomic) IBOutlet UILabel *favouriteMenuLabel;
@property (weak, nonatomic) IBOutlet UIButton *settingsMenuButton;
@property (weak, nonatomic) IBOutlet UILabel *settingsMenuLabel;
@end