Created
December 9, 2016 16:24
-
-
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…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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