Add option to hide "Add Image" attachment button

This commit is contained in:
Andreas Linde
2015-05-12 12:25:03 +02:00
parent 469ef20021
commit 167358f25c
4 changed files with 25 additions and 1 deletions

View File

@@ -248,7 +248,9 @@
[self.textAccessoryView addSubview:self.addPhotoButton];
self.textView.inputAccessoryView = self.textAccessoryView;
if (!self.hideImageAttachmentButton) {
self.textView.inputAccessoryView = self.textAccessoryView;
}
// This could be a subclass, yet
self.attachmentScrollView = [[UIScrollView alloc] initWithFrame:CGRectZero];