2

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

UIProgressView除了带有气泡/圆点/圆圈外,它看起来像以下内容。

在此处输入图像描述

我怎么能那样做?UIKit 是否提供这样的控件?如果没有,是否有任何开源版本?

4

1 回答 1

0

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/

于 2012-12-06T20:47:29.617 回答