Skip to content

Instantly share code, notes, and snippets.

@yoonchulkoh
Last active September 14, 2015 01:31
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 yoonchulkoh/cee882b60cd18d41e9b0 to your computer and use it in GitHub Desktop.
Save yoonchulkoh/cee882b60cd18d41e9b0 to your computer and use it in GitHub Desktop.
Open All Storyboards and Xibs
find ./ -name "*.storyboard" -or -name "*.xib" | while read line; do open $line; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment