I am trying to instantiate an UIPickerView like this
pckVBSView = [[UIPickerView alloc] initWithFrame:CGRectZero];
unfortunately in this way, the selector view [transparent view in the middle indicating value selected] is not showing up.
regards
--ch
pckVBSView = [[UIPickerView alloc] initWithFrame:CGRectZero];
unfortunately in this way, the selector view [transparent view in the middle indicating value selected] is not showing up.
regards
--ch