Skip to content

Conversation

@aleene
Copy link
Owner

@aleene aleene commented Nov 26, 2016

Added several delegate functions around selecting tags.

Added several delegate functions around selecting tags.
tagListView.selectedTags() // will give you the tagView of all the tags.
tagListView.deselectTag(at:4) // deselect tag at index 4
tagListView.selectTag(at:3) // select tag at index 3
tagListView.deselectAllTags() // deselect all tags
tagListView.allowsMultipleSelection = true // allow the user to select multiple tags
Add the demo for selection and allowMultipleSelection
Add support for all the select delegates
Add the select-functions and support for the delegate functions.
Put this file in the right folder
Remove the file from this folder. Are there no file functions in github?
@aleene aleene changed the title selection delegates Select and deselect support Nov 26, 2016
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.

2 participants