filipealva / PickerView

🔸 A customizable alternative to UIPickerView in Swift.
MIT License
527 stars 92 forks source link

Why it calls didSelectRow when i am turning device in hands? #16

Closed D-Link13 closed 7 years ago

D-Link13 commented 7 years ago

Noticed that didSelect calls when I take device in hand (no touches) and put it back.

filipealva commented 7 years ago

@D-Link13 It happens because PickerView reloads itself to adapt to new screen orientations.