Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. viewDidLoadの中に記載
  2.  
  3. <pre>
  4. collectionView?.isScrollEnabled = false
  5. </pre>
  6.  
  7. sample
  8. <pre>
  9. override func viewDidLoad() {
  10. super.viewDidLoad()
  11.  
  12. collectionView?.isScrollEnabled = false
  13.  
  14. }
  15. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement