Appcelerator:iPhone 中视图的分页
我想显示远程获取的记录,并希望以与 Apple 在主屏幕上显示图标相同的格式显示。我还想要分页(底部的点)来指示当前选定的页面。如何才能实现呢?
I want to show remotely fetched records and want to display in same format as Apple shows Icons on Home Screen. I also want pagination ( the dots on bottom) for indication of currently selected page. How could it be achieved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您正在寻找 ScrollableView 组件。使用 HTTPClient 从服务器,根据需要从数据创建视图/图像视图/等,然后将视图作为子视图添加到 ScrollableView。
I believe you're looking for the ScrollableView component. Use the HTTPClient to retrieve your data from the server, create views/imageviews/etc from the data as appropriate, then add the views as children to the ScrollableView.