我不希望滚动视图本身备份

时间:2014-10-28 12:59:26

标签: ios uiscrollview xcode6

我有一个包含项目列表的滚动视图,但滚动没有填满屏幕,只有一半因为我希望按钮上方和下方的标题始终可见,并设计了我想要的滚动但是当你发布时水龙头总是回到开头而不想那样做,但我不知道怎么做。

[scroll setScrollEnabled:YES];
[scroll setContentSize:CGSizeMake(320, 2000)];

The red rectangle is the image scroll view but I can not see the data that is on the bottom as you release the scroll back to the top

图像中的红色矩形是滚动视图,但当您将滚动条放回顶部时,我无法看到底部的数据

0 个答案:

没有答案