Skip to content

Instantly share code, notes, and snippets.

@tyfkda
Last active August 29, 2015 14:14
Show Gist options
  • Save tyfkda/c03b05c655ef5475b87c to your computer and use it in GitHub Desktop.
Save tyfkda/c03b05c655ef5475b87c to your computer and use it in GitHub Desktop.
Compare NSString
if ([stringA compare:stringB] == NSOrderedSame) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment