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.
1 parent 3da13a9 commit bde4ae9Copy full SHA for bde4ae9
JSQMessagesDemo/DemoMessagesViewController.m
@@ -62,13 +62,6 @@ - (void)viewDidLoad
62
self.collectionView.collectionViewLayout.outgoingAvatarViewSize = CGSizeZero;
63
}
64
65
- /**
66
- * Remove camera button since media messages are not yet implemented
67
- *
68
- * self.inputToolbar.contentView.leftBarButtonItem = nil;
69
70
- * Or, you can set a custom `leftBarButtonItem` and a custom `rightBarButtonItem`
71
- */
72
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"typing"]
73
style:UIBarButtonItemStyleBordered
74
target:self
0 commit comments