Skip to content

Instantly share code, notes, and snippets.

@ctrevarthen
Last active November 19, 2015 03:36
Show Gist options
  • Save ctrevarthen/b05c6813c83e217ecf83 to your computer and use it in GitHub Desktop.
Save ctrevarthen/b05c6813c83e217ecf83 to your computer and use it in GitHub Desktop.
ShopQuick - ShoppingListManager mark as purchased
func markPurchasedAtIndex(index: Int) {
self.products[index].purchased = true
self.saveProductsToDefaults()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment