Skip to content

Instantly share code, notes, and snippets.

@rjstelling
Created December 9, 2016 16:24
Show Gist options
  • Save rjstelling/1b33ed41225c165054b726770097678a to your computer and use it in GitHub Desktop.
Save rjstelling/1b33ed41225c165054b726770097678a to your computer and use it in GitHub Desktop.
When Host.swift was started, it was before we new too much about Swift 3.0, now it has arrived we have a problem... NSHost has been renamed Host when imported into Swift 3.x. We don't want to be a bad Swift citizen and iOS still doesn't have (NS)Host. so we need to rename the project. At this point I am open to any suggestions... the simpler the…
When Host.swift was started, it was before we new too much about Swift 3.0, now it has arrived we have a problem...
NSHost has been renamed Host when imported into Swift 3.x. We don't want to be a bad Swift citizen and iOS still doesn't have (NS)Host. so we need to rename the project.
At this point I am open to any suggestions... the simpler the better IMHO.
Add your suggestions here:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment