I'm very new to programming and objective C so you'll have to go easy on me. I'm sure some of the code in the app is probably unnecessary. I've searched google and StackOverflow for an answer but none of the solutions have worked for me, either because they're not the right solution or I just misunderstand the answers. i have problem with my UIScrollView, the problem is that when i scroll down and since i let the UIScrollView go, it bounces back to the top and so i can't interact with the content I just scrolled to. my code is:
[self.scroller123 setScrollEnabled:YES];
[self.scroller123 setContentSize:CGSizeMake(320,1200)];
Thanks in advance