Merge branch 'charlesmchen/attachmentButtonInsets'

This commit is contained in:
Matthew Chen 2017-11-10 11:48:10 -05:00
commit 84d7596f4f

View File

@ -113,6 +113,7 @@ static void *kConversationInputTextViewObservingContext = &kConversationInputTex
action:@selector(attachmentButtonPressed)
forControlEvents:UIControlEventTouchUpInside];
[self.attachmentButton setImage:[UIImage imageNamed:@"btnAttachments--blue"] forState:UIControlStateNormal];
self.attachmentButton.contentEdgeInsets = UIEdgeInsetsMake(0, 3, 0, 3);
[self.leftButtonWrapper addSubview:self.attachmentButton];
// TODO: Fix layout in this class.