dillidon / alerts-and-pickers

Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
MIT License
5.66k stars 703 forks source link

Incorrect Alpha value for Visible Items #30

Open surjeet-singh opened 6 years ago

surjeet-singh commented 6 years ago

When I scroll items with speed, Some time few items remain with 0 or alpha less than 1 value. See Attachment. simulator screen shot - iphone 8 - 2018-03-19 at 18 24 50

dillidon commented 6 years ago

@surjeet-singh I fixed it in last release a month ago. comment two lines in flowLayout:

springBehaviour.length = 0.0
//springBehaviour.damping = 0.8
//springBehaviour.frequency = 1.0