Custom UIPageControl view, replacing dots with “Page X of Y”

前端 未结 6 483
名媛妹妹
名媛妹妹 2021-01-30 09:33

I\'m trying to find a way to replace the dots of a UIPageControl with a caption that reads \"Page X of Y\" since I\'ll likely have >50 items. I\'m just becoming familiar with Co

6条回答
  •  灰色年华
    2021-01-30 10:09

    I found a nice custom page control class: DDPageControl

    The behavior it's the same as the UIPageControl and you can customize it...

提交回复
热议问题