iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6K
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
10.9K subscribers
iOS dev
https://www.magnuskahr.dk/posts/2025/03/building-flexible-styled-listitems-in-swiftui/
magnuskahr
Building Flexible, Styled ListItems in SwiftUI | magnuskahr
Build flexible, styled, and slot-enabled listitems in SwiftUI with a clean, reusable API.
iOS dev
https://azamsharp.com/2025/03/28/swiftdata-architecture-patterns-and-practices.html
AzamSharp
Swiftdata Architecture Patterns And Practices
Blog about iOS development and musings on technology
iOS dev
https://fatbobman.com/en/posts/swiftui-environment-concepts-and-practice/
fatbobman.com
SwiftUI Environment - Concepts and Practice
Explore how SwiftUI Environment powers modular and reactive app architecture with dependency injection, Observation integration, concurrency safety, and optimization strategies.
iOS dev
https://captainswiftui.substack.com/p/swiftui-craftsmanship-state-management
Substack
SwiftUI Craftsmanship: State Management
The Keys to Taking Control Over Your App States
iOS dev
https://www.createwithswift.com/presenting-an-inspector-with-swiftui/
Create with Swift
Presenting an Inspector with SwiftUI
Learn how to use the inspector API to provide details in your user interface in SwiftUI.
iOS dev
https://tanaschita.com/dependency-injection-building-lightweight-container/
Tanaschita
Building a dependency injection framework
Discover how to implement a custom dependency injection framework in Swift. This guide covers creating a flexible DI container and property wrapper for easy dependency management.
iOS dev
https://www.avanderlee.com/swiftui/swiftui-alert-presenting/
SwiftLee
SwiftUI Alert Guide + Code Examples
Learn how to present a SwiftUI alert with custom titles, messages & actions. Dynamically show data and create an error-handling extension.
iOS dev
https://www.swiftbysundell.com/articles/modern-url-construction-in-swift/
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.
iOS dev
https://vbat.dev/rules-of-structured-concurrency
Vitaly Batrakov
Rules of Structured Concurrency
Structured vs. Unstructured Tasks Explained
iOS dev
https://www.pointfree.co/blog/posts/169-new-in-swift-6-1-test-scoping-traits
www.pointfree.co
New in Swift 6.1: Test Scoping Traits
Swift 6.1 and Xcode 16.3 are officially here, and with them comes a new testing tool that we have been able to take advantage of in a variety of our libraries. Join us for an overview of this tool, as well as an explanation of why it has been so helpful for…
iOS dev
https://www.donnywals.com/implementing-task-timeout-with-swift-concurrency/
Donny Wals
Implementing Task timeout with Swift Concurrency – Donny Wals
Swift Concurrency provides us with loads of cool and interesting capabilities. For example, Structured Concurrency allows us to write a hierarchy of tasks that always ensures all child tasks are…
iOS dev
https://fatbobman.com/en/posts/say-goodbye-to-dismiss/
fatbobman.com
Say Goodbye to dismiss - A State-Driven Path to More Maintainable SwiftUI
Avoid overusing dismiss in SwiftUI. Embrace state-driven alternatives like Binding or custom environments for safer, testable, and maintainable UI logic
iOS dev
https://www.artemnovichkov.com/blog/how-to-inspect-ipa-files
Artem Novichkov
How to inspect .ipa files and secure your iOS app from common mistakes
Improve your app security with 3 simple rules
iOS dev
https://useyourloaf.com/blog/swiftui-keyboard-shortcut-scope/
Use Your Loaf - iOS Development News & Tips
SwiftUI Keyboard Shortcut Scope
A SwiftUI keyboard shortcut remains active as long as the control it's attached to is still in the view hierarchy, even when not onscreen.
❤
1
iOS dev
https://samwize.com/2025/04/11/plurals-with-swiftui/
@samwize
Plurals with SwiftUI
In the new string catalog, you can easily right click > Vary by Plural > Edit it as you like.
iOS dev
https://danielsaidi.com/blog/2025/04/08/supercharging-swiftui-text-with-dynamic-content-styling
Daniel Saidi
Supercharging SwiftUI Text with Dynamic Content Styling
In this post, we’ll take a look at how to extend the SwiftUI Text with ways to customize any parts of its text, either individual words or longer segments.
iOS dev
https://levelup.gitconnected.com/swiftui-a-simple-copy-cat-of-the-calendar-reminder-app-17e0ec20dffe
Medium
SwiftUI: A Simple Copy Cat of the Calendar + Reminder App
Accessing User Calendar & Reminder with EventKit
iOS dev
https://randomaugustine.medium.com/disassembling-apple-exclaves-7979bb987f86
Medium
Disassembling Apple Exclaves
Now I have a Mac mini!
iOS dev
https://tuist.dev/blog/2025/04/09/secrets
tuist.dev
Keeping your Swift apps' sensitive data secret
Learn how to safely share and use sensitive data in your Swift apps.
iOS dev
https://twocentstudios.com/2025/04/15/train-tracker-checkpoint-devlog/
Twocentstudios
Train Tracker Devlog
iOS dev
https://www.createwithswift.com/create-flexible-interfaces-in-swiftui/
Create with Swift
Create flexible interfaces in SwiftUI
Learn how to bind your view’s size to its container in a SwiftUI app