如何创建水平滚动列表?
我想知道创建带有自定义按钮的水平列表的最佳方法是什么。我读到没有本机控件:
我正在考虑使用内部带有滚动视图的 UIView。在此滚动视图上,我可视化了按钮对象数组。
有什么想法吗?
I am wondering what the best approach is for creating a horizontal list with custom buttons. I read there is no native control for that:
I am considering a UIView with a scroll view inside. On this scrollview I visualize my array of button objects.
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用带有分页和只有水平滚动才能给你一个良好的开端。
查看 PageControl iPhone SDK 中的示例。
Using a UIScrollView with paging and only horizontal scrolling should give you a good start.
Look at a PageControl example from the iPhone SDK.