Created
May 13, 2016 17:12
-
-
Save skyebook/9725601a8f22a5dbe5df06125c96860c to your computer and use it in GitHub Desktop.
I love array functions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@objc private func filterSelected(filterButton: FilterSelectButton) { | |
orderedButtons.filter{return $0 != filterButton}.forEach{$0.selected = false} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment