Created
March 18, 2022 01:22
-
-
Save KrauserHuang/164122539825078b31a8e34134e047b4 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
filteredItems.removeAll() | |
for item in items { | |
if item.product_type == categories[indexPath.item].productType { | |
filteredItems.append(item) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment