I set bounces vertically and horizontally to yes. Scroll enabled of course set to yes. I’ve checked all trivial ways to resolve this problem. I’ve also tried to create UIScrollView programmatically, but it doesn’t work too on ios < 6.0. It doesn’t work on simulators (5.0, 5.1) and device (5.1.1). In ios 6.0 simulator it works, but scrollers doesn’t shows. Also UITableView has the same problem.
Elements, that i added from xcode 4.4 works fine. But all new elements i want to add give this problem. I’ve tried to create new project and check this behaviour and it’s the same.
UPD:
there is one more problem. -touchesBegan:witEvent: doesn’t respond if i tap on scrollView
I don’t know why, but “Bounce Verticaly” checkbox in IB works only with iOS 6 or later.
So you should do something like this in the code:
Or: