I iphoneGuy macrumors member Original poster Mar 30, 2008 #1 Does anyone know how to right justify the text in a UIPickerView component? Like the date and time picker.
Does anyone know how to right justify the text in a UIPickerView component? Like the date and time picker.
Sayer macrumors 6502a Apr 1, 2008 #2 Probably by using pickerView:viewForRow:forComponent:reusingView: which will provide a custom view (UILabel) from the delegate to the UIPicker view.
Probably by using pickerView:viewForRow:forComponent:reusingView: which will provide a custom view (UILabel) from the delegate to the UIPicker view.