Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

trouble with uiscrollview paging in iOS 6 using storyboard

I have a very strange problem. I'm using this tutorial: http://www.iosdevnotes.com/2011/03/uiscrollview-paging/ in order to make an uiscrollview paging. But it seems just not to work in iOS 6 when I try to implement it in storyboard. I just copied the code and made all the necessary steps. But it still doesn't work. UIScrollView just refuses to show anything. But the point is, that it worked perfectly before I updated my Xcode to the latest version. Can anyone suggest what am I doing wrong? Maybe I forgot something?

like image 454
Noobass Avatar asked Sep 24 '12 15:09

Noobass


1 Answers

I had to uncheck use AutoLayout under "File inspector"

like image 145
Noobass Avatar answered Nov 14 '22 23:11

Noobass