Skip to content

Releases: vberihuete/DCFilterView

Swift 4.2, Animations & Custom properties

09 Oct 01:36
Compare
Choose a tag to compare

Including

Fixes

  • selection indicator animation fixes.

Enhancements

  • Select an item from code with the new method:
filterView.markSelected(at: 2)
  • Get selected index using:
filterView.selected
  • Get selected item using:
filterView.selectedFilterViewItem