From 767a762f2c220527762f3c59fd0aeb12ccd474ec Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 20 Mar 2021 00:13:49 +0300 Subject: Fix text input view in chat on Mac --- Juick/ViewControllers/ChatViewController.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Juick/ViewControllers/ChatViewController.h') diff --git a/Juick/ViewControllers/ChatViewController.h b/Juick/ViewControllers/ChatViewController.h index bfd63e7..f21eb10 100644 --- a/Juick/ViewControllers/ChatViewController.h +++ b/Juick/ViewControllers/ChatViewController.h @@ -10,9 +10,11 @@ #import "User.h" #import "MessageInputView.h" -@interface ChatViewController : UITableViewController +@interface ChatViewController : UIViewController @property(nonatomic, strong) NSMutableArray *messages; @property(nonatomic, strong) NSString *uname; +@property (weak, nonatomic) IBOutlet UIStackView *stack; +@property (strong, nonatomic) IBOutlet UITableView *tableView; -(void) reloadChat; @end -- cgit v1.2.3