Clean up ahead of PR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-09-30 20:26:29 -04:00
parent 56e30d954e
commit c32945b576
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ class GifPickerViewController: OWSViewController, UISearchBarDelegate, UICollect
self.collectionView.autoPinEdge(.top, to:.bottom, of:searchBar)
self.collectionView.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")
let logoImageView = UIImageView(image:logoImage)
self.logoImageView = logoImageView