We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix formatting
Update functions no longer in Swift 3
Revert previous changes. Will submit changes through pull requests.
Make two small changes related to Swift 3.0: renamed enumerate() to enumerated() under the "For-in Loops" section and changed the ++ operator to +=1 under the Classes section.
Updated Swift Basics (markdown)
Updated Loops for Swift 3
Updated with content from Understanding Swift. Will retire after FBU
Fix code formatting
fixed typo in Tuple section "myResponse" instead of "myTuple"
Added Nil Coalescing Operator
Add Swift Code Markup (Color) to Snippets
we can shadow the optional instead of using a new variable
Fixed function call to use defined above
Make sure 'let' is referred to as a constant.
Add bit about protocols.
Revise swift basics.
Trim the guide.
Trim basics. Add New Project guide.
Add first pass at swift basics.