Should be simple to find out right? Where in the Apple docs does it list any default values for various UI components?
I've tried calling the protocol's method:
CGFloat width = [self pickerView:pickerView widthForComponent:0];
...but no luck. How do i find out this default value?