Author
Description
UIScrollView
sublass with ability to restrict scrolling area
In plain UIScrollView
only contentSize
can be changed, but not the origin of scrolling area. This simple and universal solution allows to restrict scrolling area with CGRect
.
Change scrolling area with new restrictionArea
property. Reset restriction with passing CGRectZero
to restrictionArea
.