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?
source
share