iOS dev
@iosdevio
9.93K
subscribers
12
photos
5
files
6.2K
links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact:
@tigorn
Download Telegram
Join
iOS dev
9.93K subscribers
iOS dev
https://kylebrowning.com/posts/wrapping-third-party-dependencies/
Kyle Browning
Wrapping Third-Party Dependencies in Swift
How closure-based service wrappers protect your app from vendor lock-in and make third-party SDKs testable.
iOS dev
https://www.kodeco.com/49535198-getting-started-with-ios-app-observability#toc-anchor-001
kodeco.com
Getting Started with iOS App Observability
Ready to add AI to your iOS apps without privacy concerns or cloud dependencies? Apple Foundation Models brings powerful on-device language models to iOS 18+. This tutorial shows you how to build AI-powered apps with structured data generation, covering basic…
iOS dev
https://salgara.substack.com/p/swiftui-swift-effects-a-beautiful
Substack
SwiftUI, Swift Effects: A Beautiful Onion Architecture
Swift + SwiftUI + Type-Driven Design + Swift Effect.
iOS dev
https://appleboy.tech/articles/get-rid-of-your-swiftgen-dependency
Appleboy
Get Rid of Your SwiftGen Dependency
Learn how to leverage modern Xcode features like String Catalogs and Asset Symbol generation to achieve compile-time safety for your resources without external dependencies.
❤
2
👍
1
iOS dev
https://fatbobman.com/en/posts/sendable-nsmanagedobjectcontext/
fatbobman.com
Why Does Passing NSManagedObjectContext Across Isolation Domains No Longer Error in Swift 6.2? The Real Change Isn't in the Compiler
Why NSManagedObjectContext no longer triggers concurrency errors in Swift 6.2? The real change lies in Core Data’s SDK import semantics, not the compiler itself. NSManagedObjectContext is now marked with NS_SWIFT_SENDABLE and NS_SWIFT_NONISOLATED in Xcode…
iOS dev
https://www.swift.org/blog/swift-6.3-released/
Swift.org
Swift 6.3 Released
Swift is designed to be the language you reach for at every layer of the software stack. Whether you’re building embedded firmware, internet-scale services, or full-featured mobile apps, Swift delivers strong safety guarantees, performance control when you…
iOS dev
https://livsycode.com/best-practices/how-i-decomposed-a-monolithic-ios-app-into-130-modules-and-reduced-build-time-by-35/
Livsy Code → Learn Swift the smart way
How I decomposed a monolithic iOS app into 130+ modules and reduced build time by ~35% → Livsy Code
Greetings, traveler! The application I joined had a long history. Development started around 2015, with a large Objective-C codebase that gradually evolved as different teams took ownership over the years. At some point Swift was introduced, but the transition…
iOS dev
https://livsycode.com/swiftui/reaching-for-uikit-from-swiftui/
Livsy Code → Learn Swift the smart way
Reaching for UIKit from SwiftUI → Livsy Code
Greetings, traveler! SwiftUI is great right up until you need to touch something it doesn’t expose. Maybe you want to tune scroll behavior, read an internal layout value, tweak a gesture recognizer, or integrate with an existing UIKit-based subsystem. In…
iOS dev
https://nerdyak.tech/development/2026/03/16/expand-animation-in-SwiftUI-List.html
Pavel Zak’s dev blog
Expanding Animations in SwiftUI Lists
iOS dev
https://juniperphoton.substack.com/p/pitfalls-and-workarounds-when-dealing
Substack
Pitfalls and workarounds when dealing with RGB HDR Gain Map using ImageIO
I wrote a blog about how to process Apple HDR Gain Map using both ImageIO and Core Image approaches:
iOS dev
https://sundayswift.com/posts/preparing-ios-codebase-for-ai-agents
Sunday Swift
Preparing Your iOS Codebase for AI Agents — Sunday Swift
What I learned setting up a large-scale iOS codebase so that AI coding agents can work in it effectively, from hierarchical documentation to executable skills.
iOS dev
https://www.kiloloco.com/articles/fetchrequest-share-extension-core-data
Kilo Loco
Why @FetchRequest Doesn't Work with Share Extensions (And What Does) | Kilo Loco
If you're using @FetchRequest with a Share Extension, it will never pick up cross-process changes. Here's what actually works.
iOS dev
https://kylebrowning.com/posts/shared-swift-packages/
Kyle Browning
Shared Swift Packages: Unifying Your Client and Server Models
Extract shared API models into a Swift package that both your iOS app and Vapor backend consume. One source of truth, compile-time guarantees, zero duplication.
iOS dev
https://kylebrowning.com/posts/vapor-swiftui-authentication/
Kyle Browning
User Authentication with Vapor and SwiftUI
Add JWT-based authentication to the Vapor backend. Build login and signup screens in SwiftUI. Store tokens securely in Keychain using the closure-based service pattern.
iOS dev
https://www.sagarunagar.com/blog/swift-algorithms-complete-guide/
Sagarunagar
Swift Algorithms - Apple’s Hidden Collection and Sequence APIs You Should Be Using
Learn Swift Algorithms, Apple’s official package for advanced sequence and collection operations. Explore chunked, uniqued, permutations, and more with practical Swift examples.
iOS dev
https://www.wesleymatlock.com/building-adaptive-swiftui-apps-that-scale/
Wesley Matlock
SwiftUI iPad Adaptive Layout: Five Layers for Apps That Don't Break in Split View
Professional iOS Engineer specializing in SwiftUI, VisionOS, and modern Apple platforms. Expert in HealthKit, tvOS, watchOS and even some VisionOS development with 50+ technical articles and comprehensive portfolio.
iOS dev
https://www.avanderlee.com/ai-development/agentic-development-multi-project-challenges/
SwiftLee
Agentic Development: Multi-Project Challenges
Explore agentic development to streamline multiple projects and enhance your productivity with effective workflow practices.
iOS dev
https://www.avanderlee.com/ai-development/the-one-more-prompt-risk-of-agentic-coding/
SwiftLee
The "One More Prompt" risk of agentic coding
Explore the concept of Agentic Coding and how to avoid the pitfalls of unnecessary prompts in your projects.
iOS dev
https://www.wesleymatlock.com/apple-foundation-models-in-practice/
Wesley Matlock
Apple Foundation Models in Practice: Building On-Device AI Features in Swift
Professional iOS Engineer specializing in SwiftUI, VisionOS, and modern Apple platforms. Expert in HealthKit, tvOS, watchOS and even some VisionOS development with 50+ technical articles and comprehensive portfolio.
iOS dev
https://fatbobman.com/en/posts/cde-an-attempt-to-make-core-data-feel-more-like-modern-swift/
fatbobman.com
CDE - An Attempt to Make Core Data Feel More Like Modern Swift
In my previous article, I discussed the current reality of Core Data in today's projects: it hasn't disappeared, and it still has unique value, but the disconnect between it and modern Swift projects is becoming increasingly apparent. In this article, I will…
iOS dev
https://www.swiftyplace.com/blog/the-attributegraph-the-engine-behind-every-swiftui-view
SwiftyPlace
The AttributeGraph - The Engine Behind Every SwiftUI View - swiftyplace
SwiftUI has been around since 2019. Apple has given us dozens of WWDC talks about it. And yet most developers — even experienced ones — still get tripped up by the same things: These aren’t ... <a title="The AttributeGraph – The Engine Behind Every SwiftUI…