Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. let height = collectionView.collectionViewLayout.collectionViewContentSize.height
  2. collectionViewHeightConstraint.constant = height
  3. dataViewHeightConstraint.constant = collectionViewHeightConstraint.constant + 270
  4. scrollView.contentSize = CGSize(width: self.view.frame.width, height: dataViewHeightConstraint.constant + 370)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement