Skip to content

Commit bde4ae9

Browse files
committed
remove old comment
1 parent 3da13a9 commit bde4ae9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

JSQMessagesDemo/DemoMessagesViewController.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ - (void)viewDidLoad
6262
self.collectionView.collectionViewLayout.outgoingAvatarViewSize = CGSizeZero;
6363
}
6464

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-
*/
7265
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"typing"]
7366
style:UIBarButtonItemStyleBordered
7467
target:self

0 commit comments

Comments
 (0)