UIProgressView 有气泡?
在 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.
How could I do that? Does UIKit offer such a control? If not, are there any open source versions of that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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/