在 中UINavigationBar
,我想混合UIProgressView
&UIPageControl
来向用户显示他们在注册流程的哪个步骤(页面)以及还剩下多少步骤。
UIProgressView
除了带有气泡/圆点/圆圈外,它看起来像以下内容。
我怎么能那样做?UIKit 是否提供这样的控件?如果没有,是否有任何开源版本?
在 中UINavigationBar
,我想混合UIProgressView
&UIPageControl
来向用户显示他们在注册流程的哪个步骤(页面)以及还剩下多少步骤。
UIProgressView
除了带有气泡/圆点/圆圈外,它看起来像以下内容。
我怎么能那样做?UIKit 是否提供这样的控件?如果没有,是否有任何开源版本?
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/