veader / V8HorizontalPickerView

Horizontal UIPickerView Control for iOS
zlib License
233 stars 44 forks source link

PickerView Lags when there are many values #20

Open sleepwalkerfx opened 10 years ago

sleepwalkerfx commented 10 years ago

I've added a list of strings of numbers from 10 to 500. When I'm scrolling up to 200th string UI is very laggy. At 275th , picker is almost not usable due to lag. I found this issue when testing on an iPhone 5 (iOS 7) . On Simulator I had to scroll upto 350th+ to experience the lag. Is this happening because not dequeuing and reusing items?