I have project is single view app and add to view controller scrollview with parameters
[scroller setScrollEnabled:YES];
[scroller setContentSize:CGSizeMake(0, 960)];
if screen resolution is 320x480 then we have some invisible "screen 2" (320x480) how do I make that - did load app at position "screen 2" and after that I can scroll not down, but to up at start launch app.
sorry for my English

How to release that?