79164089

Date: 2024-11-06 20:03:16
Score: 1
Natty:
Report link

I lost two hours in this problem and was solved using

collectionView.contentInset = .init(top: 1, left: 15, bottom: 1, right: 15)
    collectionView.scrollIndicatorInsets = .init(top: 1, left: 1, bottom: 1, right: 1)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pedro Teloeken