Tagged with swift
- 21. Links for October 21, 2023
- UrbanPlanning
- StreetCar
- History
- LosAngeles
- NationalCityLines
- Gaza
- Israel
- Palestine
- War
- Invasion
- MiddleEast
- Geography
- Swift
- Programming
- iOS
- macOS
- Playdate
- VideoGames
- AloneInTheDark
- FrederickRaynal
- Swift
- Macro
- Programming
- iOS
- macOS
- macOS
- GameMode
- VideoGames
- Optimization
- SwiftUI
- Swift
- iOS
- macOS
- Programming
- VFX
- VisualEffects
- ForAllMankind
- AppleTV+
- Swift
- SwiftUI
- Programming
- iOS
- macOS
- SwiftUi
- swift
- Programming
- macOS
- iOS
- Swift
- Programming
- SwiftData
- CoreData
- iOS
- macOS
- SQL
- BestPractices
- Programming
- Gaza
- Palestine
- Israel
- MiddleEast
- Conflict
- War
- Disney
- Architecture
- SwiftUI
- Swift
- Programming
- iOS
- macOS
Links for October 21, 2023
- 21. Today’s challenge: use the standard SwiftUI list view to navigate through a folder structure. All examples I could find work based on a pre-defined nested data structure, but that won’t work for a folder / file hierarchy: the nesting can be so deep that loading performance will be not acceptable. Especially when browsing a network […]
Dynamically loading a hierarchical list in SwiftUI
Related Links
- 2025-01A Swift Concurrency Glossary
- 2024-11Understanding actors in Swift
- 2024-10Introducing Swift Testing. Basics.
- 2024-10Getting started with async/await in Swift
- 2024-10Introducing Oblivious HTTP support in Swift
- 2024-09How to open app with Control Widget on iOS 18
- 2024-09Getting started with Mesh Gradients on iOS 18
- 2024-09Server side Live Activities guide
- 2024-09Phase Animator Behavior — Chris Eidhof
- 2024-09Runtime in Swift: String Lifetimes
- 2024-09Discovering app features with TipKit. Groups.
- 2024-09Power of Swift Macros
- 2024-09Beginners guide to supporting VoiceOver in SwiftUI for better accessibility
- 2024-09Swift Switch And If Expressions
- 2024-09The power of inout parameters
- 2024-09Dispatching to the Main thread with MainActor in Swift
- 2024-09Navigation Patterns In Swiftui
- 2024-09What is SwiftUI simultaneous gestures
- 2024-09Redirecting…
- 2024-09What is defer in Swift?
- 2024-09SwiftData Expressions
- 2024-09Custom SwiftUI View supporting Text, LocalizedStringKey and String
- 2024-09AnyObject
- 2024-09Testing Swift Testing
- 2024-08Deciding between a computed property and a function in Swift
- 2024-08if case let in Swift explained
- 2024-08Swift Macros: Extend Swift with New Kinds of Expressions
- 2024-07How to decode dynamic JSON key with JSONDecoder
- 2024-07Recreating Apple's beautiful visionOS search bar
- 2024-07Debugging SwiftUI views: what caused that change?
- 2024-05Dismissing Presented Content in SwiftUI
- 2024-05How to use OSLog and OSLogStore in Swift
- 2024-05Swift Parameter Packs · paul-samuels.com
- 2024-05Parsing JSON in Swift: The Complete Guide [With Examples]
- 2024-05How to create AsyncStream with a publisher
- 2024-04Using Xcode Previews in UIKit Development | AppCoda
- 2024-04Run-time Polymorphism in Swift
- 2024-04SwiftProcessing/SwiftProcessing
- 2024-04SwiftNIO: Understanding Futures and Promises / ProcessOne
- 2024-03How I Learned to Stop Worrying and Love the EventLoopFuture
- 2024-03Byte-sized Swift: Building Tiny Games for the Playdate
- 2024-02SwiftData Deleting Data
- 2024-02Introducing SwiftUI on visionOS
- 2024-02visionOS ornaments in SwiftUI
- 2024-02Builder | Swiftly Engineered iOS
- 2024-02Prototype | Swiftly Engineered iOS
- 2024-02Meet Core Location for spatial computing
- 2024-02SwiftUI @Binding Tutorial
- 2024-02From viewWillAppear to viewIsAppearing - Perfecting Your iOS View Transitions
- 2024-02Implementing Quick Search with SwiftUI Searchable
- 2024-02Mastering SwiftUI Scenes
- 2024-02Mastering MapKit in SwiftUI. Interactions.
- 2024-02Mastering MapKit in SwiftUI. Basics.
- 2024-02Introduction to the Swift REPL - Swift Blog
- 2024-02Testing network calls using URLProtocol
- 2024-02How to use @Bindable in SwiftUI
- 2024-02SwiftUI SplitView Compact Column Control
- 2024-02SwiftData Fetching Pending Changes
- 2024-02Using SwiftUI @Environment
- 2024-02How to Use SwiftData in UIKit Apps
- 2024-02Should you add final to all your Swift classes?
- 2024-01Unfuddling the SwiftUI Alignment Guide API
- 2023-12How to get a SwiftData model container and context in SwiftUI
- 2023-12Visual effects in SwiftUI
- 2023-12Wind your way through advanced animations in SwiftUI
- 2023-12Animating number changes in SwiftUI
- 2023-12Introducing Inferno: Metal shaders for SwiftUI
- 2023-12How to show anchor bottom view in SwiftUI
- 2023-12How to customize the macOS menu bar in SwiftUI
- 2023-12How to customize the macOS About Panel in SwiftUI
- 2023-12How to create custom view modifiers in SwiftUI
- 2023-12How to migrate to a new schema with SwiftData in iOS
- 2023-12Scoped animations in SwiftUI
- 2023-12How to store images in SwiftData
- 2023-10Customizing Toolbar and Navigation Bar in SwiftUI
- 2023-10Introducing Swift OpenAPI Generator
- 2023-10Deeplink URL handling in SwiftUI
- 2023-10Value and Type parameter packs in Swift explained with examples
- 2023-10Automating RawRepresentable Conformance with Swift Macros
- 2023-10Content Unavailable Views
- 2023-10Highlighting the Selected Item Button in a SwiftUI List
- 2023-10Dynamically loading a hierarchical list in SwiftUI
- 2023-10Quick developer guide on SwiftData for iOS
- 2023-10Using SymbolEffect to Animate SF Symbols in SwiftUI
- 2023-10Using SwiftData with Preview in SwiftUI
- 2023-10Unit testing async/await Swift code
- 2023-10Mastering ScrollView in SwiftUI. Transitions
- 2023-10Creating an Inline Photo Pickers in iOS Apps with SwiftUI
- 2023-09Making your SwiftData models Codable
- 2023-09SwiftUI EnvironmentValues
- 2023-09Autolayout and aligning subviews
- 2023-09SwiftSyntax: Parse and Generate Swift source code
- 2023-09Creating Advanced Animation with KeyframeAnimator in SwiftUI
- 2023-09Working with SwiftUI Maps and Annotations
- 2023-09Property Wrappers Vs Data Access Layer
- 2023-09Access Images and Colors with Enum in Xcode 15
- 2023-08Embedded Swift
- 2023-08SwiftUI onChange Deprecation
- 2023-08How to Use the SwiftUI Preview Macro in Xcode
- 2023-08Observation Framework in iOS 17