filipealva / PickerView

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

Infinite List on iOS 11 #31

Closed dhruveonmars closed 6 years ago

dhruveonmars commented 6 years ago

On iOS 11, an infinite list does not show the selected item anymore, and pressing on items does a really long scroll to the item.

This happens even on the example project included.

filipealva commented 6 years ago

The same problem as this

I'll release a fix today.

dhruveonmars commented 6 years ago

Thanks!

dhruveonmars commented 6 years ago

Hey @filipealva, did you manage to get the fix released?

filipealva commented 6 years ago

@DhruveShah sorry about the delay, the new version is released

Please, let me know if everything is working properly

dhruveonmars commented 6 years ago

That worked! Thanks a lot!!