diff --git a/Yep/Views/Cells/Feed/FeedCell.swift b/Yep/Views/Cells/Feed/FeedCell.swift
index 1eb38efc..7dd900aa 100644
--- a/Yep/Views/Cells/Feed/FeedCell.swift
+++ b/Yep/Views/Cells/Feed/FeedCell.swift
@@ -61,12 +61,12 @@ class FeedCell: UITableViewCell {
messageLabel.font = UIFont.feedMessageFont()
+ mediaCollectionView.contentInset = UIEdgeInsets(top: 0, left: 15 + 40 + 10, bottom: 0, right: 15)
+ mediaCollectionView.showsHorizontalScrollIndicator = false
mediaCollectionView.backgroundColor = UIColor.clearColor()
mediaCollectionView.registerNib(UINib(nibName: feedMediaCellID, bundle: nil), forCellWithReuseIdentifier: feedMediaCellID)
mediaCollectionView.dataSource = self
mediaCollectionView.delegate = self
-
- mediaCollectionView.registerClass(UICollectionViewCell.self, forCellWithReuseIdentifier: "cell")
}
func configureWithFeed(feed: DiscoveredFeed) {
diff --git a/Yep/Views/Cells/Feed/FeedCell.xib b/Yep/Views/Cells/Feed/FeedCell.xib
index a3b6ca76..c87f5c2a 100644
--- a/Yep/Views/Cells/Feed/FeedCell.xib
+++ b/Yep/Views/Cells/Feed/FeedCell.xib
@@ -24,7 +24,7 @@
-
+
@@ -89,17 +89,17 @@
+
-
-
+