Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Detect the value when I scroll . #52

Open
dromerobarria opened this issue Jul 29, 2016 · 1 comment
Open

Detect the value when I scroll . #52

dromerobarria opened this issue Jul 29, 2016 · 1 comment

Comments

@dromerobarria
Copy link

Im trying to get the values of the picker when it is scrolling, i believe it was the method scrollViewDidScroll but it never get called.

@ghost
Copy link

ghost commented Mar 21, 2017

Implement the following delegate method: func pickerView(pickerView: AKPickerView, didSelectItem item: Int) {}

item is the index from your datasource, so you could use this index to look in your datasource for the corresponding value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant