This question already has an answer here:
- UIScrollView not scrolling 24 answers
- UIScrollView not scrolling… 2 answers
Quite a simple bug. Unable to resolve.
I added a scrollview to my application. Next I added a view to this scrollview which is out of scrollview bounds. I was hoping the scrollview would allow my view to be scrolled.
but the view is not scrollable. i.e. I added a button to it, to see it is scrolling horizontally. However its not.
The kind of functionality I'm looking is like infinite scrolling with a long list of buttons, similar to http://www.cocoacontrols.com/controls/infinitescrollview
How can I achieve this?