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 resources #17

Merged
merged 4 commits into from Mar 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions RoadmapProject/Script/Content.yml
Expand Up @@ -53,6 +53,7 @@
- Generics:
- RESOURCES:
- Articles:
- "Generics in Swift 4": "https://medium.com/developermind/generics-in-swift-4-4f802cd6f53c"
- "Swift Generics Tutorial: Getting Started": "https://www.raywenderlich.com/154371/swift-generics-tutorial-getting-started"
- "The Swift Programming Language: Generics": "https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Generics.html"
- Protocols^:
Expand Down Expand Up @@ -87,6 +88,9 @@
- Articles:
- "@AUTORELEASEPOOL": "http://en.swifter.tips/autoreleasepool/"
- Multithreading and concurency^:
- RESOURCES:
- Articles:
- "Parallel programming with Swift: Basics": "https://medium.com/flawless-app-stories/basics-of-parallel-programming-with-swift-93fee8425287"
- POSIX threads:
- NSThreads:
- Perform selector family:
Expand Down Expand Up @@ -201,6 +205,7 @@
- RESOURCES:
- Articles:
- "Cocoa Design Patterns": "https://developer.apple.com/legacy/library/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaDesignPatterns/CocoaDesignPatterns.html"
- "Collection for Design Patterns in Swift": "https://medium.com/swiftworld/collection-for-design-patterns-in-swift-67265359aa47"
- Abstract Factory:
- Class cluster:
- RESOURCES:
Expand Down