I encountered the following problem: as soon as I add e.g. a UILabel to my UIScrollView - using the storyboard - the scroll view stops "working" (with that I mean you cannot scroll at all). However adding a subview programmatically the scroll view works fine but since I prefer designing my apps visually with storyboard I would like to solve this mysterious error.
Does anyone knows why this error is occurring? Thanks in advance :)
PS: I do set the contentSize of my scrollView, so this cannot be the problem!