tweak attachment icon

// FREEBIE
This commit is contained in:
Michael Kirk 2018-07-05 13:30:48 -06:00
parent b70e74b57f
commit 0533eb46e3
5 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "UIRemoveControlPlus_22x22_@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "UIRemoveControlPlus_22x22_@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "UIRemoveControlPlus_22x22_@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -119,7 +119,7 @@ const CGFloat kMaxTextViewHeight = 98;
[self.attachmentButton addTarget:self
action:@selector(attachmentButtonPressed)
forControlEvents:UIControlEventTouchUpInside];
UIImage *attachmentImage = [UIImage imageNamed:@"btnAttachments--blue"];
UIImage *attachmentImage = [UIImage imageNamed:@"ic_circled_plus"];
[self.attachmentButton setImage:[attachmentImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]
forState:UIControlStateNormal];
self.attachmentButton.tintColor = UIColor.ows_navbarIconColor;