What is the default width of a UIPickerView component?

Should it just be figuring it out? Where do Apple docs list all the default values ​​for the various user interface components?

I tried calling the protocol method:

CGFloat width = [self pickerView:pickerView widthForComponent:0];

... but no luck. How to find out this default value?

+1
source share
1 answer
+1
source

All Articles