Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created February 19, 2018 13:26
Show Gist options
  • Save vialyx/e9d1c8a6b2ad9213f57f3f04599436e8 to your computer and use it in GitHub Desktop.
Save vialyx/e9d1c8a6b2ad9213f57f3f04599436e8 to your computer and use it in GitHub Desktop.
if let type = EventType(rawValue: -1) {
print("type of: \(type)")
} else {
print("type is nil")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment