Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-10-06 16:26:50 -04:00
parent 52a8fb4b88
commit fd28e54132
9 changed files with 4 additions and 27 deletions

View File

@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "giphy_logo@1x.png",
"filename" : "giphy_logo_2@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "giphy_logo@2x.png",
"filename" : "giphy_logo_2@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "giphy_logo@3x.png",
"filename" : "giphy_logo_2@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

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

View File

@ -168,7 +168,7 @@ class GifPickerViewController: OWSViewController, UISearchBarDelegate, UICollect
bottomBanner.autoPin(toBottomLayoutGuideOf: self, withInset:0)
// The Giphy API requires us to "show their trademark prominently" in our GIF experience.
let logoImage = UIImage(named:"giphy_logo_2")
let logoImage = UIImage(named:"giphy_logo")
let logoImageView = UIImageView(image:logoImage)
bottomBanner.addSubview(logoImageView)
logoImageView.autoPinHeightToSuperview(withMargin:3)