Tagged with Swift
- 06. This syntax is so odd and backwards and weird. But handy.
This syntax is so odd and backwards and weird. But handy. https://fuckingifcaseletsyntax.com/
- 06. Amusing
Amusing https://mjtsai.com/blog/2020/10/05/5-guis/
- 01. Very Handy
Very Handy https://swiftui-lab.com/a-powerful-combo/
- Using Swift Result and flatMap (2021-01)
- How Do I Write If Case Let in Swift? (2021-01)
- The different types of self in Swift (2020-12)
- Using multiple computed properties to form a SwiftUI view’s body (2020-12)
- Swift — Map, FlatMap, Filter and Reduce - codeburst (2020-12)
- Swift If Case Let (2020-12)
- How to Draw Lines and Create Pie Charts Using SwiftUI (2020-12)
- Sorting Swift collections (2020-12)
- Swift protocols in SwiftUI (2020-12)
- Introducing SwiftNIO SSH (2020-12)
- SwiftUI and UIKit interoperability - Part 2 (2020-12)
- Arena 1.0 released (2020-11)
- Adaptive SwiftUI views (2020-11)
- Conditional view modifiers (2020-11)
- SwiftUI ScrollView offset (2020-11)
- The power of extensions in Swift | Swift by Sundell (2020-10)
- Handling loading states within SwiftUI views | Swift by Sundell (2020-10)
- Publishing constant values using Combine (2020-10)
- Lazy property observers (2020-10)
- Swift.org - Announcing Swift Algorithms (2020-10)
- Michael Tsai - Blog - 5 GUIs (2020-10)
- Testing networking logic in Swift | Swift by Sundell (2020-10)
- Swift.org - Introducing Swift on Windows (2020-10)
- Encapsulating SwiftUI view styles | Swift by Sundell (2020-10)
- What does @main do in Swift 5.3? (2020-10)
- SwiftUI TabView Introduction and Tab Bar Customization (2020-10)
- Swift.org - Swift System is Now Open Source (2020-09)
- SwiftUI Preview Data (2020-09)
- Combine & CoreLocation, Part 3 - Integrations with flatMap (2020-09)
- Using compiler directives in Swift | Swift by Sundell (2020-08)
- Combine & CoreLocation, Part 1 - Publishers & Delegates - Learning Swift (2020-08)
- Building SwiftUI debugging utilities | Swift by Sundell (2020-08)
- A deep dive into Swift’s function builders (2020-08)
- Rendering textured views with SwiftUI | Swift by Sundell (2020-08)
- View Extensions for Better Code Readability - The SwiftUI Lab (2020-08)
- ScrollView - Pull to Refresh - The SwiftUI Lab (2020-08)
- Advanced SwiftUI Animations - Part 1: Paths - The SwiftUI Lab (2020-08)
- Advanced SwiftUI Animations – Part 2: GeometryEffect - The SwiftUI Lab (2020-08)
- Alignment Guides in SwiftUI - The SwiftUI Lab (2020-08)
- Advanced SwiftUI Transitions - The SwiftUI Lab (2020-08)
- Frame Behaviors with SwiftUI - The SwiftUI Lab (2020-08)
- SwiftUI Custom Styling - The SwiftUI Lab (2020-08)
- Drag & Drop with SwiftUI - The SwiftUI Lab (2020-08)
- The Power of the Hosting+Representable Combo - The SwiftUI Lab (2020-08)
- Adding SwiftUI’s ViewBuilder attribute to functions | Swift by Sundell (2020-08)
- How to Reuse SwiftUI Views with LibraryContentProvider (2020-08)
- HTTP in Swift, Part 13: Basic Authentication (2020-08)
- Exploring Futures over Closures | Swiftjective-C (2020-07)
- How Do I Write If Case Let in Swift? (2020-07)
- Superview – A collection of videos about mac, iOS, Swift development from conferences around the world. (2020-07)
- swift-reflection-dump (2020-07)
- Five powerful, yet lesser-known ways to use Swift enums (2020-07)
- Add resources to Swift packages (2020-07)
- Mastering toolbars in SwiftUI | Swift with Majid (2020-07)
- MatchedGeometryEffect - Part 1 (Hero Animations) - The SwiftUI Lab (2020-07)
- Rule-based logic in Swift (2020-07)
- Alternatives to protocols in Swift (2020-07)
- Encapsulating configuration code in Swift (2020-07)
- Maintaining model consistency in Swift (2020-07)
- Avoiding massive SwiftUI views (2020-07)
- Published properties in Swift (2020-07)
- Basics: Combine (2020-07)
- Querying collections in Swift (2020-07)
- Twitter (2020-07)
- Twitter (2020-07)
- Twitter (2020-07)
- The different categories of Swift protocols (2020-07)
- The Complete Guide to NavigationView in SwiftUI (2020-07)
- The Complete Guide to Layout in SwiftUI (2020-07)
- Making Tech Inclusive & Accessible | Mission Unstoppable - YouTube (2020-05)
- SwiftUI Tip: How to Remove Line Separators in List View (2020-05)
- SwiftUI Tip: How to Remove Line Separators in List View (2020-05)
- Build layout programmatically or visually with SwiftUI (2020-05)
- What’s new in Swift 5.3? (2020-05)
- Cleaing Up With Swift Defer (2020-04)
- How to fix slow List updates in SwiftUI (2020-04)
- swift-package-manager/ArgumentParser.swift at master · apple/swift-package-manager (2018-09)
- How Do I Declare a Closure in Swift? (2018-03)
- Secure Coding in Swift 4 (2017-12)
- Swift.org - Dictionary and Set Improvements in Swift 4.0 (2017-10)
- What's New in Swift 4 (2017-09)
- A persistent tree using indirect enums in Swift – Airspeed Velocity (2017-09)
- mikeash.com: Friday Q&A 2017-09-22: Swift 4 Weak References (2017-09)
- Modelling state in Swift — Swift by Sundell (2017-08)
- Reducers - Chris Eidhof (2017-08)
- Skye Freeman | Key Value Observation in iOS 11 (2017-08)
- The Future of Teaching With Swift Playgrounds (2017-08)
- Loose coupling using default implementations in protocol extensions (2017-06)
- EXPRESS YOURSELF SWIFT STYLE (2017-06)
- Using Mirror for styles in Swift – Andrey Panov – Medium (2017-05)
- SpreadsheetView – Swift Library For Creating Customized Stylable Spreadsheet Views (2017-05)
- Using Swift's Attributes (2017-04)
- Reflectable enums in Swift 3 | iJoshSmith (2017-04)
- Writing a small software renderer - 18/02/2017 (2017-04)
- Avoiding primitive obsession in Swift – CompileSwift – Medium (2017-04)
- Swift + Keywords (V 3.0.1) – The Traveled iOS Developer’s Guide – Medium (2017-03)
- Swift: NSNotificationCenter Protocol – Swift Programming – Medium (2017-02)
- Complex table view state changes made easy (2017-02)
- inaka / Function Naming In Swift 3 (2017-02)
- A Swift Introduction to Algorithms - Part 1 - We ❤ Swift (2017-02)