0

我正在为 iPad 应用程序编写 UI,我需要创建一些步进器小部件。传统的 UIStepper 看起来像这样:

[值被改变][+][-]

我需要制作一个如下所示的步进器:

[-][值被改变][+]

我猜我需要滚动自己的控件,但在我这样做之前,我很想知道是否有人知道是否可以将传统的 UIStepper 更改为我需要的样子。

4

1 回答 1

0

It might be possible using images but I doubt you would want to do that. I would roll your own UIControl. There are a few out there but they seem really old and not maintained.

于 2013-07-17T18:25:21.237 回答