summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/ChatViewController.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-03-20 12:47:37 +0300
committerGravatar Vitaly Takmazov2021-03-20 12:47:37 +0300
commitae2b92c2876e3c0c8c8266187ad0eb4ae29fe5a8 (patch)
tree5cfd54aafeecf84d7bd846ab1302a0abd799d06b /Juick/ViewControllers/ChatViewController.h
parent4a892ab5db316d4e90d580d0192c55cd11e452c1 (diff)
First part of the new chat view keyboard avoiding
Diffstat (limited to 'Juick/ViewControllers/ChatViewController.h')
-rw-r--r--Juick/ViewControllers/ChatViewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/ViewControllers/ChatViewController.h b/Juick/ViewControllers/ChatViewController.h
index f21eb10..f23ecc8 100644
--- a/Juick/ViewControllers/ChatViewController.h
+++ b/Juick/ViewControllers/ChatViewController.h
@@ -14,6 +14,7 @@
@property(nonatomic, strong) NSMutableArray *messages;
@property(nonatomic, strong) NSString *uname;
@property (weak, nonatomic) IBOutlet UIStackView *stack;
+@property (weak, nonatomic) IBOutlet NSLayoutConstraint *stackBottomConstraint;
@property (strong, nonatomic) IBOutlet UITableView *tableView;
-(void) reloadChat;