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

Swift 2 updated #2

Closed
wants to merge 2 commits into from
Closed

Swift 2 updated #2

wants to merge 2 commits into from

Conversation

wmhass
Copy link

@wmhass wmhass commented Jun 21, 2015

I just made a few updates in the code based on swift2
I know you will note merge this into master. Please, create a new branch for swiftv2 and I'll create a new pull request.

@@ -160,7 +161,7 @@ public extension MKAnnotationView {
}
}

dataTask.resume()
dataTask?.resume()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting errors here with beta 4. "Cannot use optional chaining on non-optional value of type 'NSURLSessionDataTask'"

@kbpontius
Copy link

Xcode 7 is going to be released soon, and while your project looks oustanding, it won't compile (as noted before). @kiavashfaisali Will you consider having a Swift 2.0 branch that we can use?

@kiavashfaisali
Copy link
Owner

@kbpontius I will be moving the code base to Swift 2.0 within a couple of days of Xcode 7 reaching GM. In the future I'll have branches for BETA Swift or Xcode versions so as to not block others from contributing on BETA versions.

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

4 participants