We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d616d11 + 4b9a5ff commit cd0c9f6Copy full SHA for cd0c9f6
JSQMessagesViewController/Controllers/JSQMessagesViewController.m
@@ -194,6 +194,7 @@ - (void)viewWillAppear:(BOOL)animated
194
NSParameterAssert(self.senderDisplayName != nil);
195
196
[super viewWillAppear:animated];
197
+ self.toolbarHeightConstraint.constant = self.inputToolbar.preferredDefaultHeight;
198
[self.view layoutIfNeeded];
199
[self.collectionView.collectionViewLayout invalidateLayout];
200
0 commit comments