iOS多个滚动部分 - 正确的方式

时间:2017-06-12 08:11:56

标签: ios swift xcode autolayout

我对应该在app中实现的一个屏幕有疑问,因为iOS为我们提供了各种可能性,我不知道哪一个是当前任务的最佳实践。

enter image description here

屏幕上可见的部分应滚动,当我们选择其中一个部分时,应显示唯一数据。

滚动数据是静态的。

  

我的想法:

1) Create multiple tableView's to support scrolling and get button actions.
2) Using the scrollView - programmatically add buttons on scrollview with multiple IBActions.
3) Modify UIPickerController to support such template.

正如我提到的那样,有很多选择,也许我错过了更多,但问题是:你将以哪种方式完成这项任务,你认为如何正确处理这样的设计,因为在iPhone 5s我们知道此UIView将会调整大小并且会更小,因此UIView应插入ScrollView本身。

0 个答案:

没有答案