79482635

Date: 2025-03-04 04:00:06
Score: 2
Natty:
Report link

Since iOS 17.4 this is a one-liner. Content offsets or insets are not needed for centering.

scrollView.contentAlignmentPoint = CGPoint(x: 0.5, y: 0.5)

See https://stackoverflow.com/a/79482632/1046740

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dave Robertson