Skip to content

Instantly share code, notes, and snippets.

@chrishulbert
Created December 20, 2015 22:21
Show Gist options
  • Save chrishulbert/6a5b3c7f5cedc2dda4f9 to your computer and use it in GitHub Desktop.
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