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?
Asked
Active
Viewed 1,036 times
1
-
refer http://stackoverflow.com/questions/367471/fixed-labels-in-the-selection-bar-of-a-uipickerview – Maulik Dec 29 '11 at 05:01
1 Answers
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.