Skip to content

Instantly share code, notes, and snippets.

@wavecos
Created February 2, 2015 01:04
Show Gist options
  • Save wavecos/147a07a310e69412f16c to your computer and use it in GitHub Desktop.
Save wavecos/147a07a310e69412f16c to your computer and use it in GitHub Desktop.
Get File Name from Swift Class (or Objective C class)
NSLog("Filename: " + NSStringFromClass(self.dynamicType))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment