I'm using several different pickerviews on one view and load them in viewDidLoad. What I see is very slow loading of SBPickerSelector, especially SBPickerSelector setPickerType: (up to a second on iPad mini). I have moved initialization into the place where I actually need to display picker, but half a second to a second lag still feels. Is there something that could be done with the performance of this lib?
I'm using several different pickerviews on one view and load them in viewDidLoad. What I see is very slow loading of
SBPickerSelector, especiallySBPickerSelector setPickerType:(up to a second on iPad mini). I have moved initialization into the place where I actually need to display picker, but half a second to a second lag still feels. Is there something that could be done with the performance of this lib?