You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: