iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.07K
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.8K subscribers
iOS dev
https://www.swift.org/blog/swift-6.2-released/
Swift.org
Swift 6.2 Released
We’re excited to announce Swift 6.2, a release aimed at making every Swift developer more productive, regardless of where or how you write code. From improved tooling and libraries to enhancements in concurrency and performance, Swift 6.2 delivers a broad…
iOS dev
https://security.apple.com/blog/memory-integrity-enforcement/
Memory Integrity Enforcement: A complete vision for memory safety in Apple devices - Apple Security Research
Memory Integrity Enforcement (MIE) is the culmination of an unprecedented design and engineering effort spanning half a decade that combines the unique strengths of Apple silicon hardware with our advanced operating system security to provide industry-first…
iOS dev
https://www.avanderlee.com/swiftui/toggle-switch-a-complete-guide/
SwiftLee
SwiftUI Toggle: A Complete Guide
Explore the SwiftUI Toggle and learn how to create interactive UI elements that switch between states effortlessly.
iOS dev
https://marioaguzman.github.io/design/layoutguidelines/
Mario Guzman
Layout Guidelines
Learn fundamental Mac layout principles of center equalization, text and control alignment, and visual balance.
iOS dev
https://www.swiftjectivec.com/create-interactive-snippet-shortcut-in-appintents/
Swiftjective-C
Create an Interactive Snippet Shortcut using App Intents
Create an interactive snippet view.
iOS dev
https://www.createwithswift.com/creating-custom-layouts-with-swiftui/
Create with Swift
Creating custom layouts with SwiftUI
Understand how to create custom layouts with the Layout protocol in SwiftUI.
iOS dev
https://www.createwithswift.com/getting-started-with-the-contacts-framework/
Create with Swift
Getting started with the Contacts framework
Learn how to get access to the user contacts for your SwiftUI applications.
iOS dev
https://swiftwithmajid.com/2025/09/16/feature-flags-in-swift/
Swift with Majid
Feature flags in Swift
Almost every project I work on has at least three build configurations: Debug, TestFlight, and App Store. These configurations differ not only in build settings but also in functionality. This week, we’ll learn how to implement feature flags in Swift, which…
iOS dev
https://levelup.gitconnected.com/swiftui-horizontal-dial-picker-slider-ruler-8b3681fc9a00
Medium
SwiftUI: Horizontal Dial Picker / Slider/ Ruler
Segmented ticks, with some animations, some haptic effects, and optionally show some labels!
iOS dev
https://www.donnywals.com/should-you-opt-in-to-swift-6-2s-main-actor-isolation/
Donny Wals
Should you opt-in to Swift 6.2’s Main Actor isolation? – Donny Wals
Swift 6.2 comes with some interesting Concurrency improvements. One of the most notable changes is that there’s now a compiler flag that will, by default, isolate all your (implicitly nonisolated)…
iOS dev
https://www.donnywals.com/how-to-use-weak-self-in-swift-concurrency-tasks/
Donny Wals
How to use [weak self] in Swift Concurrency Tasks? – Donny Wals
As a developer who uses Swift regularly, should be something that’s almost muscle memory to you. I’ve written about using before in the context of when you should generally capture weakly in your…
iOS dev
https://jaredsinclair.com/2025/09/10/observation.html
We Need to Talk About Observation
iOS dev
https://blog.duolingo.com/ios-mvvm-swift-macros/
Duolingo Blog
How we used Macros to Promote MVVM architecture adoption
We promoted code consistency and increased developer velocity.
iOS dev
https://kyleye.top/posts/swiftui-timeline-view/
知阅百微 见微知著
深入理解 SwiftUI 的 TimelineView | 知阅百微 见微知著
基于 OpenSwiftUI 实现探索 TimelineView 和 TimelineSchedule 的内部机制
iOS dev
https://kyleye.top/posts/swiftui-textfield-memory-leak/
知阅百微 见微知著
SwiftUI TextField Memory Leak on iOS 17+ - Analysis | 知阅百微 见微知著
Investigating a critical memory leak in SwiftUI TextField on iOS 17+ caused by AFUITargetDetectionController and providing workarounds
iOS dev
https://medium.com/@matgnt/swiftui-redraw-system-in-depth-attributes-recomputation-diffing-and-observation-66b469fdcada
Medium
SwiftUI Redraw System In Depth: Attributes, Recomputation, Diffing and Observation.
The arrival of SwiftUI in 2019 brought about a major shift in view management. Indeed, views in UIKit used classes with inheritance…
iOS dev
https://tuist.dev/blog/2025/09/22/scale
tuist.dev
Why Large Swift Projects Hit a Wall (And How to Break Through)
Large Swift codebases hit walls: slow builds, flaky tests, complex graphs. We dive into why Apple's toolchain struggles at scale and how teams can overcome these challenges without React Native or Bazel.