I iphoneGuy macrumors member Original poster Oct 26, 2007 45 0 [[NSLocation alloc] initWithCity: Chicago] 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 Jan 4, 2002 981 0 Austin, TX 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.