PickerView
PickerView copied to clipboard
Update PickerView.swift
Hi @HanSJin, sorry about the delay.
Why are you submitting this change? Does it fix any irregular behavior?
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?