Chat screen: animate toolbar (option menu).

This commit is contained in:
giomfo
2015-08-25 18:36:27 +02:00
parent 09dc7a3f97
commit f010a3a319
4 changed files with 128 additions and 92 deletions
+1 -2
View File
@@ -48,7 +48,7 @@
// Replace the default input toolbar view.
[self setRoomInputToolbarViewClass:RoomInputToolbarView.class];
self.roomInputToolbarContainerHeightConstraint.constant = 49;
[self roomInputToolbarView:self.inputToolbarView heightDidChanged:((RoomInputToolbarView*)self.inputToolbarView).mainToolbarHeightConstraint.constant completion:nil];
// Set rageShake handler
self.rageShakeManager = [RageShakeManager sharedManager];
@@ -71,7 +71,6 @@
- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
}