Swift by Sundell: Modern URL construction in Swift https://t.co/TqNLIljaPE
Swift by Sundell
Modern URL construction in Swift | Swift by Sundell
How to combine Foundation’s latest URL APIs with Swift features like macros, to be able to work with both static and dynamic URLs in simpler and more predictable ways.
Late Night Silent Completions: Jiiiii — Part 497 https://t.co/W42rsxVV97
YouTube
Late Night Silent Completions: Jiiiii — Part 497
Join Dimitri for some late night coding shenanigans while he makes an app from scratch!
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
WWDC 2025 Dates, SwiftUI Fundamentals, Optimization & Ugly Paywalls https://t.co/3XGObWIE8e
YouTube
WWDC 2025 Dates, SwiftUI Fundamentals, Optimization & Ugly Paywalls
Go to https://squarespace.com/seanallen to save 10% off your first purchase of a website or domain using code SEANALLEN.
My Swift & SwiftUI Courses - https://seanallen.teachable.com/
Swift News Newsletter - https://swiftnews.kit.com/newsletter
🔗 Swift…
My Swift & SwiftUI Courses - https://seanallen.teachable.com/
Swift News Newsletter - https://swiftnews.kit.com/newsletter
🔗 Swift…
SwiftUI Grid, LazyVGrid, LazyHGrid Explained with Code Examples https://t.co/QlkYiyigUM
SwiftLee
SwiftUI Grid, LazyVGrid, LazyHGrid Explained with Code Examples
SwiftUI Grid, LazyVGrid, and LazyHGrid are UI elements that allow you to place views in a structured grid. You can control the horizontal and vertical spacing, columns, and rows. You typically use the lazy variants for performance improvements since they…
iPadOS 15.8.4 (19H390) https://t.co/FIhLkzKASf
Apple
iPadOS 15.8.4 (19H390) - Releases - Apple Developer
View downloads
iPadOS 16.7.11 (20H360) https://t.co/NrMPtP3Gh4
Apple
iPadOS 16.7.11 (20H360) - Releases - Apple Developer
View downloads
SwiftOrg Blog : Swift 6.1 Released https://t.co/876Gqt60Vv
Swift.org
Swift 6.1 Released
Swift 6.1 is now available!
Documenting your code with DocC https://t.co/abMacD0tq8
Swift with Majid
Documenting your code with DocC
Today I would like to talk about documenting Swift code using the DocC. Documenting your code becomes even more important in the era of modularized apps. Whenever different parts of your app live in multiple Swift Packages, it becomes crucial to provide proper…