My UIScrollView won\'t scroll down. I don\'t know why. I already followed Apple documentation regarding to this issue.
@IBOutlet weak var scroller: UIScrollView!
If you are using Storyboard
:
UIScrollView
top
, bottom
, left
and right
constraints with the scroll viewheights
and widths
constraintsEqual Heights Constraint
priority to 250
. For a horizontal scroll set the Equal Widths Constraint
priority to 250