【发布时间】:2017-10-22 20:00:43
【问题描述】:
GIF: [在此处输入链接描述][2] https://github.com/noties/Scrollable/blob/master/art/scrollable_colorful.gif
对不起,我没有说清楚。我还需要实现vertical scroll。看GIF~
【问题讨论】:
标签: ios iphone uistoryboard
GIF: [在此处输入链接描述][2] https://github.com/noties/Scrollable/blob/master/art/scrollable_colorful.gif
对不起,我没有说清楚。我还需要实现vertical scroll。看GIF~
【问题讨论】:
标签: ios iphone uistoryboard
最好的方法是使用集合视图并将其移动设置为水平,然后您可以创建一个自定义集合视图单元格,在其中插入一个 UIButton 并委托给您的视图以使用您想要的选项填充它。
你可以参考这个教程来帮助你:
https://www.raywenderlich.com/136159/uicollectionview-tutorial-getting-started
【讨论】: