Skip to content

Instantly share code, notes, and snippets.

@TungVdMiichi
Created May 17, 2020 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TungVdMiichi/2b648d848432c3d903a559d50d0b22dd to your computer and use it in GitHub Desktop.
Save TungVdMiichi/2b648d848432c3d903a559d50d0b22dd to your computer and use it in GitHub Desktop.
var favoriteItems = [FeedItem]()
for item in items {
if item.isFavorite {
favoriteItems.append(item)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment