I have a scroll view with a list of items but the scroll does not fill the screen, only half because I want the title above and below the buttons are always visible, and have designed the scroll as I want but when you release the tap always returns to the beginning and do not want to do that but I do not know how.
[scroll setScrollEnabled:YES];
[scroll setContentSize:CGSizeMake(320, 2000)];
The red rectangle in the image is the scroll view but I can not see the data that is on the bottom as you release the scroll back to the top