0

我想从右到左锁定 UIScrollView。

我正在实现一个有 4 个视图的注册过程,我只想在用户填写一些信息时加载下一个视图。所以我不希望用户能够手动转发视图。下一个视图将通过每个视图内的“下一步”按钮滚动。

但是如果用户犯了错误,我想启用从左到右的滚动。

我使用了苹果文档中的页面控制示例。

对此有什么建议吗?

4

1 回答 1

1

You might change the contentSize of the UIScrollView after the field validation for each screen to fit (or not) the next page/s in it.

于 2013-06-29T16:31:55.853 回答