Skip to content

Instantly share code, notes, and snippets.

@HassanSE
Last active July 22, 2018 10:08
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 HassanSE/a2b52916f198a6bd91fffcc8427431d0 to your computer and use it in GitHub Desktop.
Save HassanSE/a2b52916f198a6bd91fffcc8427431d0 to your computer and use it in GitHub Desktop.
Massive View Controller Identification via Terminal
find . -type f -exec wc -l {} + | sort -n
grep -rnw . -e "UIApplication.sharedApplication().delegate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment