mediaCollectionView.scrollsToTop = false (otherwise it will broke feedsTableView's scrollsToTop)

This commit is contained in:
nixzhu
2015-10-09 13:34:37 +08:00
committed by nixzhu
parent 5dcd22173b
commit ab5030d93e
+1
View File
@@ -61,6 +61,7 @@ class FeedCell: UITableViewCell {
messageLabel.font = UIFont.feedMessageFont()
mediaCollectionView.scrollsToTop = false
mediaCollectionView.contentInset = UIEdgeInsets(top: 0, left: 15 + 40 + 10, bottom: 0, right: 15)
mediaCollectionView.showsHorizontalScrollIndicator = false
mediaCollectionView.backgroundColor = UIColor.clearColor()