filipealva / PickerView

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

Update PickerView.swift #44

Open HanSJin opened 6 years ago

filipealva commented 6 years ago

Hi @HanSJin, sorry about the delay.

Why are you submitting this change? Does it fix any irregular behavior?

filipealva commented 6 years ago

I think I got it.. The way it is today the PickerView wind up sending the index twice instead of the row and the index, right?

If it's about it, I was thinking about stop notifying about the row because what really matters is the index, we as developers using the PickerView component should not care about the actual rows because it is just an amplified version of the index that only exists to make the "endless" scrolling effect.

What do you think about it?