Hi!
Any chance to rewrite this tutorial to Swift 3?
Final project doesnโt work because of lot of language changes.
Cheers.
Itโs really a pity that cannot run the Sample code, hope to get the new swift version soon thanks!
Thanks a lot for this great tutorial! I was able to convert the few required changes for Swift 3 and to have the app run!
I believe there is one small issue with the logic of the sample code to display badge while the user is running (in NewRunViewController
therefore): it always restart the badge from the very first one, but a user might expect to re start from the last badge earned instead.
We would need to check for existing badge and adapt the logic of BadgeController nextBadgeForDistance(_:)
to achieve this, I will give it shot as soon as I can