Tagged with Swift
- 16. A sneak peek into SwiftUI's graph
A sneak peek into SwiftUI's graph https://www.fivestars.blog/articles/swiftui-graph
- 16. Using Combine’s futures and subjects
Using Combine’s futures and subjects https://www.swiftbysundell.com/articles/using-combine-futures-and-subjects
- 10. Using pipes in Swift scripts
Using pipes in Swift scripts https://www.jessesquires.com/blog/2021/03/18/using-pipes-in-swift-scripts/
- 10. I love Dave’s explain arion of these things. Really great.
I love Dave’s explain arion of these things. Really great. https://davedelong.com/blog/2021/04/03/core-data-and-swiftui/
- 16. Encoding and decoding Swift dictionaries with custom key types
Encoding and decoding Swift dictionaries with custom key types https://fivestars.blog/swift/codable-swift-dictionaries.html
- 14. A quick review of some font APIs that work for both UIKit and SwiftUI.
A quick review of some font APIs that work for both UIKit and SwiftUI. https://useyourloaf.com/blog/tweaking-the-ios-system-fonts/
- 07. Automatic handling of property wrapper default values
Automatic handling of property wrapper default values https://www.swiftbysundell.com/tips/property-wrapper-default-values
- 06. Be careful with Obj-C bridging in Swift
Be careful with Obj-C bridging in Swift https://swiftrocks.com/be-careful-with-objc-bridging-in-swift
- 03. Unit testing Combine-based Swift code
Unit testing Combine-based Swift code https://www.swiftbysundell.com/articles/unit-testing-combine-based-swift-code
- 03. How to Work with SwiftUI Maps and Annotations
How to Work with SwiftUI Maps and Annotations https://www.appcoda.com/swiftui-map/
- 25. Ignoring invalid JSON elements when using Codable
Ignoring invalid JSON elements when using Codable https://www.swiftbysundell.com/articles/ignoring-invalid-json-elements-codable
- 17. Always good to make sure your networking is configured for your specific use case.
Always good to make sure your networking is configured for your specific use case. https://useyourloaf.com/blog/urlsessionconfiguration-quick-guide/
- 14. Using Diffable Data Source with Collection Views
Using Diffable Data Source with Collection Views https://www.appcoda.com/diffable-data-source/
- 14. Swift is really fantastic at memory management, to the point that you rarely have to think about it, there are some cases like this where you have to give it some thought.
Swift is really fantastic at memory management, to the point that you rarely have to think about it, there are some cases like this where you have to give it some thought. https://www.swiftbysundell.com/articles/combine-self-cancellable-memory-management
- 14. Lots of new stuff in Swift 5.4!
Lots of new stuff in Swift 5.4! https://www.hackingwithswift.com/articles/228/whats-new-in-swift-5-4
- 30. Clears up some confusion for me about property wrappers
Clears up some confusion for me about property wrappers https://www.hackingwithswift.com/articles/227/which-swiftui-property-wrapper
- 30. Widget Background and Accent Color
Widget Background and Accent Color https://useyourloaf.com/blog/widget-background-and-accent-color/
- 20. Performing POST and file upload requests using URLSession
Performing POST and file upload requests using URLSession https://www.swiftbysundell.com/articles/http-post-and-file-upload-requests-using-urlsession
- 20. Creating custom query functions using key paths
Creating custom query functions using key paths https://www.swiftbysundell.com/articles/custom-query-functions-using-key-paths
- 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/
- A sneak peek into SwiftUI's graph (2021-04)
- Using Combine’s futures and subjects (2021-04)
- Using pipes in Swift scripts (2021-04)
- Core Data and SwiftUI (2021-04)
- Inspecting SwiftUI views (2021-03)
- Encoding and decoding Swift dictionaries with custom key types (2021-03)
- Tweaking The iOS System Fonts (2021-03)
- How to Scan Images and Perform Text Recognition in SwiftUI (2021-03)
- Automatic handling of property wrapper default values (2021-03)
- Be careful with Obj-C bridging in Swift (2021-03)
- Quick tips on embracing @ViewBuilder (2021-03)
- Unit testing Combine-based Swift code (2021-03)
- How to Work with SwiftUI Maps and Annotations (2021-03)
- Ignoring invalid JSON elements when using Codable (2021-02)
- SwiftUI patterns: passing & accepting views (2021-02)
- URLSessionConfiguration Quick Guide (2021-02)
- SwiftUI Custom View Modifiers (2021-02)
- Using Diffable Data Source with Collection Views (2021-02)
- Avoiding SwiftUI’s AnyView (2021-02)
- SwiftUI keyboard avoidance (2021-02)
- Managing self and cancellable references when using Combine (2021-02)
- What’s new in Swift 5.4? (2021-02)
- Passing methods as SwiftUI view actions (2021-02)
- Custom SwiftUI view styles (2021-02)
- SwiftUI patterns: @Bindings (2021-02)
- 89: “Framework and SDK development”, with special guest Ellen Shapiro (2021-02)
- Property wrappers are so handy. I have a Trimmed property wrapper that’s trims the white space on a string, I like the idea of annotating properties like this. (2021-02)
- SwiftUI Unit Testing (2021-02)
- SwiftUI Container Relative Shape (2021-02)
- URLSession’s Delegate Queue Should Be the Main Queue (2021-02)
- How to sync the width or height of two SwiftUI views? (2021-01)
- Which SwiftUI property wrapper to choose in any situation (2021-01)
- Widget Background and Accent Color (2021-01)
- Performing POST and file upload requests using URLSession (2021-01)
- Creating custom query functions using key paths (2021-01)
- SwiftUI views to images | Alexito's World (2021-01)
- 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)