Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created May 26, 2010 20:11
Show Gist options
  • Select an option

  • Save ejknapp/414982 to your computer and use it in GitHub Desktop.

Select an option

Save ejknapp/414982 to your computer and use it in GitHub Desktop.
// Remove words
-(void)removeWordAtIndex:(NSUInteger)index {
[self.wordList removeObjectAtIndex:index];
[self saveWordListToFileSystem];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment