mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-17 00:36:00 +10:00
mediaCollectionView.scrollsToTop = false (otherwise it will broke feedsTableView's scrollsToTop)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user