The details and default font size are shown below. I just made a demo to check your answer and code below: -
- (NSString *)pickerView:(UIPickerView *)pickerView titleForRow:(NSInteger)row forComponent:(NSInteger)component
{
UILabel *label = [[UILabel alloc] init];
label.text =@"testRr";
NSLog(@"%@",[label font]);
return label.text;
}
The printout of the magazine is as follows:

So when you set up your collector, you need to choose which font or size you want to use. You can also add your own font family.
source
share