- Very Good Explanation Of Branching and Merging
- Explanation of how to manage long living branches
- Explanation of
git pull --rebase
- Interesting read about long-living branches
- Good Explanation For Embedding Frameworks
- Technical Note TN2435 - Embedding Frameworks In An App
- Frameworks and Weak Linking
- Static or Dynamic Framework, Embed or Not
- Accessibility Cheat Sheet
- Human Interface Guidelines
- Developer Docs: Accessibility
- Developer Docs: Supporting VoiceOver in Your App
- WWDC 2019 "Visual Design and Accessibility"
- WWDC 2019 "Accessibility Inspector"
- WWDC 2019 "Writing Great Accessibility Labels"
- UIKonf 2019: Inclusive and Accessible App Development
- Guide that aims to present the various iOS SDK accessibility options
- iOS SDK accessibility options
- WWDC 2017 "What's new in accessibility": Example of rating button
- Accessibility Inspector
- Large Content Viewer
- WWDC 2017 "Building Apps with Dynamic Type"
- Improving Dynamic Type Support: nice article by the PDF kit team with survey on how much people are using the different sizes
- Contrast Checker Website
- Ray Wenderlich - Making Custom Controls Accessible
- 🔥 How To Start With Accessibility - VoiceOver / Voice Control / Dynamic Type
- Voice Over Navigation explained by Apple
- MainActor usage in Swift explained to dispatch to the main thread
- Unit testing async/await Swift code
- Detached Tasks in Swift explained with code examples
- Task Groups in Swift explained with code examples
- Sendable and @Sendable closures explained with code examples
- AsyncSequence explained with Code Examples
- AsyncThrowingStream and AsyncStream explained with code examples
- Tasks in Swift explained with code examples
- Async await in Swift explained with code examples
- Nonisolated and isolated keywords: Understanding Actor isolation
- Async let explained: call async functions in parallel
- Actors in Swift: how to use and prevent data races
- Universal Links in a Nutshell
- Apple marketing page for Universal Links
- Support Universal Links
- Allowing Apps and Websites to Link to Your Content
- Universal links for Android and iOS
- Universal links in iOS
- Layout Declarative UI Framework - Points Against IB
- Hallo Swift Podcast Interface Builder (German)
- Working with Statically Typed JSON Keys
- Swift Guide for Working with JSON
- JSON-Library Benchmarks
- Ultimate Guide to Json Parsing With Swift 4
- Encoding and Decoding With Swift 4
- Use of Codable with JSONEncoder and JSONDecoder in Swift 4