Search code examples
iosxcode4uiscrollviewstoryboard

scrollview with storyboard ios


I am trying to do a ScrollView from a storyboard in xcode4, but nothing works. I can do a scrollview with nibs in xcode4, but not storyboards. Anyone know how to do this?

Help me and you save a kitten!


Solution

  • nevermind, the scrollview in the storyboard was sized bigger than i defined it in the .m file, so while it compiled, it didn't scroll. size the scrollview in the storyboard to the size of the screen or smaller and it will scroll.