Created
May 17, 2017 08:23
-
-
Save farhan-syed/cb3e5a150d17c65a25aad720d06c96f1 to your computer and use it in GitHub Desktop.
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
... | |
} else { | |
filteredData = items.filter { ($0.name?.lowercased().contains(searchText.lowercased()))! } | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment