|
|
|
@ -105,7 +105,6 @@ public class MediaTileViewController: UICollectionViewController, MediaGalleryDa
|
|
|
|
|
footerBar.setItems(footerItems, animated: false)
|
|
|
|
|
|
|
|
|
|
self.view.addSubview(self.footerBar)
|
|
|
|
|
footerBar.barTintColor = UIColor.ows_signalBrandBlue
|
|
|
|
|
footerBar.autoPinWidthToSuperview()
|
|
|
|
|
footerBar.autoSetDimension(.height, toSize: kFooterBarHeight)
|
|
|
|
|
self.footerBarBottomConstraint = footerBar.autoPinEdge(toSuperviewEdge: .bottom, withInset: -kFooterBarHeight)
|
|
|
|
|