Skip to content

Instantly share code, notes, and snippets.

@chrishulbert
Created December 20, 2015 22:21
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chrishulbert/6a5b3c7f5cedc2dda4f9 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