Skip to content

Instantly share code, notes, and snippets.

@jodell
Created November 12, 2012 19:41
Show Gist options
  • Save jodell/4061438 to your computer and use it in GitHub Desktop.
Save jodell/4061438 to your computer and use it in GitHub Desktop.
find entry points for obj-c literals
# Grep for Objective-C methods that can generally be replaced with the new literal syntax.
grep -rE ‘arrayWith|numberWith|dictionaryWith|setObject|objectAt’ Classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment