Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for dynamic data binding using datasource and delegate #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Eccelor
Copy link

@Eccelor Eccelor commented Aug 1, 2017

Added support for dynamic data binding using datasource and delegate

Use DownPickerDataSource to provide dynamic data to DownPicker
Use DownPickerDelegate to receive various events,

didSelectItem - provides event when any item is selected in picker
didPickedItem - provides event when done button is clicked and final selection is made
didCancelSelection - provides event when selection is cancelled
All the delegate method provides DownPicker instance to support multiple DownPicker events in single controller

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

Successfully merging this pull request may close these issues.

1 participant