Closed rursache closed 7 years ago
add the following func in HADropDown:
func flash() { self.table.flashScrollIndicators() }
add the following delegate in your class:
func didShow(dropDown: HADropDown) { self.dropdown.flash() }
add the following func in HADropDown:
add the following delegate in your class: