How is it possible to show what's outside scrollview's bounds?
I created a scrollview with certain bounds, set the content size several times bigger in y axis, enabled paging, but would like to show one page above and one below.
You need to set the @property(nonatomic) BOOL clipsToBounds
to NO
for your scroll view instance.