Posts

Post marked as solved
4 Replies
0 Views
Thanks! Heading to the Swift Reference to study up on this.
Post not yet marked as solved
4 Replies
0 Views
Thanks! Those are some fantastic points, let me do some research into those!
Post marked as solved
2 Replies
0 Views
Thank you!! Perfect. This was exactly what I was looking for!
Post marked as solved
3 Replies
0 Views
Yeah, it was a mistake. Thanks!
Post marked as solved
2 Replies
0 Views
Thanks for the clarification and the article.
Post marked as solved
2 Replies
0 Views
The type of self is the enum GistRouter...enum GistRouter { /// some properties like URL string, etc. var method: String { switch self { case .getPublicGists(): return "GET" } } }
Post marked as solved
2 Replies
0 Views
Awesome. Thank you!
Post marked as solved
3 Replies
0 Views
Thanks. I will also read this in more detail from the Swift Book.
Post marked as solved
17 Replies
0 Views
Okay... its working!!! I dont quite understand why it worked with your implementation of calculateStridePoints... was it becasue I was using Swift's stride method or using the method with the incorrect starting point?