Skip to content

Instantly share code, notes, and snippets.

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 CavalcanteLeo/0ed47d3ad2ef3b403f46 to your computer and use it in GitHub Desktop.
Save CavalcanteLeo/0ed47d3ad2ef3b403f46 to your computer and use it in GitHub Desktop.
find . -type f \( -name '*ViewController.m' -or -name '*ViewController.swift' \) -exec grep -L -e 'preferredStatusBarStyle' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment