UIProgressView 有气泡?

发布于 2024-12-23 03:37:22 字数 311 浏览 3 评论 0原文

UINavigationBar 中,我想放置 UIProgressView 和 UIProgressView 的混合体。 UIPageControl 向用户显示他们所在的注册流程的哪个步骤(页面)以及还剩多少步骤。

它看起来像下面的 UIProgressView,除了气泡/点/圆圈。

在此处输入图像描述

我该怎么做? UIKit 提供这样的控件吗?如果没有,有没有开源版本?

In the UINavigationBar, I want to put a hybrid of UIProgressView & UIPageControl to show the user what step (page) of the sign up flow they're on and how many steps are left.

It look like the following UIProgressView except with bubbles/dots/circles.

enter image description here

How could I do that? Does UIKit offer such a control? If not, are there any open source versions of that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

江心雾 2024-12-30 03:37:22

UIKit 中没有类似的东西。不过定制一些东西应该很容易。

您甚至可以将 UIProgressView 与自定义图像一起使用。请参阅此处 http://goto11.net/skinning-a-uiprogressview- with-drawrect-and-images/

There isnt anything like that in UIKit. It should be quite easy to make something custom though.

You could even use a UIProgressView with custom images. see here http://goto11.net/skinning-a-uiprogressview-with-drawrect-and-images/

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