When I set UIScrollView clipsToBounds property to NO, it allowed me to display the content views horizontally outside its bound. That is what I wanted to achieve. But it also allowed to scroll pass top and bottom bounds which I do not want.
Can UIScrollView clipsToBounds be applied vertically only?
(btw: I want to effect just as in the picture so I do not want to expand the content view horizontally.)
