Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README for Swift 2 changes #421

Merged
merged 2 commits into from Oct 26, 2015
Merged

Updated README for Swift 2 changes #421

merged 2 commits into from Oct 26, 2015

Conversation

robertmryan
Copy link
Collaborator

The Swift example in README was referencing println and was using a deprecated stringByAppendingPathComponent. I've updated it for both of those issues.

Fix Swift code sample so that it doesn't try to do `stringByAppendingPathComponent` on `String` object (because that method no longer exists). You can use `NSString` or shift to use `NSURL` pattern as suggested here.
Replace `println` with `print`
ccgus added a commit that referenced this pull request Oct 26, 2015
Updated README for Swift 2 changes
@ccgus ccgus merged commit 0d5cbad into ccgus:master Oct 26, 2015
@ccgus
Copy link
Owner

ccgus commented Oct 26, 2015

Danke!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants