The project I’m currently working requires that a UIScrollView to scroll vertically and horizontally, however, it must only bounce vertically. Is this possible? I noticed that there is a verticalBouncing and horizontalBouncing property in the declaration, could that be the answer?
The project I’m currently working requires that a UIScrollView to scroll vertically and horizontally,
Share
You cannot access
@packageivars directly. However, you can register yourself as delegate ofUIScrollViewand implemenet this code