1

I want to set text of "MINS" and "SECS" on the UIPicker's selection bar as shown in the following image. How can I do this?

enter image description here

PengOne
  • 48,188
  • 17
  • 130
  • 149
iPhone
  • 4,092
  • 3
  • 34
  • 58
  • refer http://stackoverflow.com/questions/367471/fixed-labels-in-the-selection-bar-of-a-uipickerview – Maulik Dec 29 '11 at 05:01

1 Answers1

3

These tricks might be useful to you: how to write text on selection indicator of uipickerview and Fixed labels in the selection bar of a UIPickerView

Its just simply adding a UILabel with your text over the UIPickerView. You only need to find the right coordinates so text will be placed well.

Community
  • 1
  • 1
N C
  • 539
  • 2
  • 13