iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.01K
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://swiftwithmajid.com/2025/07/30/streaming-changes-with-observations/
Swift with Majid
Streaming changes with Observations
Apple introduced the Observation framework a few years ago. The Observation framework became the main tool for building observable models, replacing the Combine framework. This week, we will talk about a new piece of the framework called Observations.
iOS dev
https://www.pointfree.co/blog/posts/181-a-swiftdata-alternative-with-sqlite-cloudkit-public-beta
www.pointfree.co
A SwiftData alternative with SQLite + CloudKit: Public beta
We are excited to announce the public beta of our upcoming, powerful SQLite + CloudKit synchronization tools.
iOS dev
https://www.avanderlee.com/concurrency/combine-and-swift-concurrency-a-threading-risk/
SwiftLee
Combine and Swift Concurrency: A threading risk
Explore the challenges of migrating Combine to Swift Concurrency and understand the potential risks involved.
iOS dev
https://www.avanderlee.com/concurrency/global-actor/
SwiftLee
Global actor in Swift Concurrency explained with code examples
Explore the concept of a global actor in Swift Concurrency and learn when to use it for safe, serialized access to data.
iOS dev
https://fatbobman.com/en/posts/default-actor-isolation/
fatbobman.com
Default Actor Isolation - New Problems from Good Intentions
Swift 6.2’s Default Actor Isolation reduces boilerplate by inferring isolation for unmarked code, but brings new actor-boundary rules and macro challenges