Appcelerator:iPhone 中视图的分页

发布于 2024-11-02 05:18:49 字数 79 浏览 1 评论 0原文

我想显示远程获取的记录,并希望以与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜味超标? 2024-11-09 05:18:49

我相信您正在寻找 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文