Clean up ahead of PR.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 56e30d954e
commit c32945b576

@ -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

Loading…
Cancel
Save