Fix choppy paperclip icon on iphone6

Previously ios was generating the asset for us from our vector (pdf),
but apparently it does a crappy job. Most notably on small thin lines
like our paperclip.

// FREEBIE
This commit is contained in:
Michael Kirk 2016-09-09 10:05:17 -04:00
parent 33f63e76d1
commit 6bd2453d7d
5 changed files with 12 additions and 584 deletions

View file

@ -2,7 +2,18 @@
"images" : [
{
"idiom" : "universal",
"filename" : "btnAttachments--blue.pdf"
"filename" : "btnAttachments--blue.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "btnAttachments--blue@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "btnAttachments--blue@3x.png",
"scale" : "3x"
}
],
"info" : {

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B