iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
5.97K
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.createwithswift.com/detecting-faces-in-images-with-the-vision-framework/
Create with Swift
Detecting faces in images with the Vision framework
Learn how to use the Vision framework to detect faces on images and draw a rectangle over them.
iOS dev
https://jeffverkoeyen.com/blog/2024/11/20/ConsistentTemperaturePreferences/
Jeffverkoeyen
Getting consistent temperature preferences on iOS — featherless software design
iOS dev
https://www.donnywals.com/asserting-state-with-expect-in-swift-testing/
Donny Wals
Asserting state with #expect in Swift Testing – Donny Wals
I don’t think I’ve ever heard of a testing library that doesn’t have some mechanism to test assertions. An assertion in the context of testing is essentially an assumption that you have about your…
iOS dev
https://digitalbunker.dev/time-based-view-updates-in-swiftui/
Digital Bunker
Time-Based View Updates in SwiftUI
In this article, we'll explore how to use SwiftUI's TimelineView to create views that update according to whatever schedule you provide.
iOS dev
https://fatbobman.com/en/posts/using-transactions-instead-of-save-in-swiftdata-and-core-data/
fatbobman.com
Using Transactions Instead of Save in SwiftData and Core Data
Explore how to use transactions in SwiftData & Core Data for reliable data persistence. Improve app performance & ensure data integrity with proper transaction management.
iOS dev
https://github.com/hborla/swift-evolution/blob/approachable-concurrency-vision/visions/approachable-concurrency.md
GitHub
swift-evolution/visions/approachable-concurrency.md at approachable-concurrency-vision · hborla/swift-evolution
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - hborla/swift-evolution
🔥
1
iOS dev
https://medium.com/@ivkuznetsov/how-to-stop-making-singletons-in-swift-a-dependency-injection-guide-dd7bd55abe4d
Medium
Stop Making Singletons in Swift: A Dependency Injection Guide
Transition from singletons to dependency injection in a SwiftUI app with minimal effort.
iOS dev
https://levelup.gitconnected.com/swiftui-step-0-to-layout-protocol-40d274c48814
Medium
SwiftUI: Step 0 to Layout Protocol
Let’s be unique!
iOS dev
https://erezhod.com/blog/securing-your-urlsession-requests-certificate-pinning/
Erez Hod
Secure your URLSession network requests using Certificate Pinning
In a world of growing cyber threats, securing your app’s communication is critical. Learn how to implement Certificate Pinning in Swift with URLSession in order to protect your iOS or macOS apps from man-in-the-middle attacks and keep user data safe.
iOS dev
https://bootstragram.com/blog/jwt-tokens-app-store-connect-api-swift/
iOS dev
https://www.artemnovichkov.com/blog/working-with-natural-language-framework
Artem Novichkov
Working with Natural Language framework
Learn how to use the Natural Language framework to analyze text in real time
iOS dev
https://nemecek.be/blog/208/getting-view-size-in-swiftui-without-geometryreader
nemecek.be
Getting view size in SwiftUI without GeometryReader
We can avoid GeometryReader now! New modifier supports iOS 16+.
iOS dev
https://medium.com/@wesleymatlock/mastering-sendable-in-swift-6-e13d04d86820
Medium
Mastering Sendable in Swift 6
In Swift 6, Sendable isn’t just a convenient protocol — it’s central to maintaining a solid, concurrency-safe codebase. At its core…
iOS dev
https://www.donnywals.com/testing-requirements-with-require-in-swift-testing/
Donny Wals
Testing requirements with #require in Swift Testing – Donny Wals
In a previous post, I wrote about using the macro to ensure that certain assertions you want to make about your code are true. We looked at testing boolean conditions as well as errors. In this post…
iOS dev
https://swiftwithmajid.com/2024/11/26/the-power-of-previews-in-xcode/
Swift with Majid
The power of previews in Xcode
Previews in Xcode become more powerful every year. Previews in Xcode are not about SwiftUI; you can use them even with UIKit. This week, we will talk about enhancing Previewable and PreviewModifier types, allowing us to build reusable preview environments.
iOS dev
https://www.massicotte.org/step-by-step-reading-from-storage
massicotte.org
Concurrency Step-by-Step: Reading from Storage
Not too long ago, I was re-reading an “introductory” post I wrote. Honestly, I could barely make it though. I guess a big part was my own defintion of “introduction” when it comes to concurrency has been evolving. As I was reading, I kept imagining a true…
iOS dev
https://www.createwithswift.com/implementing-search-suggestions-in-swiftui/
Create with Swift
Implementing search suggestions in SwiftUI
Learn how to provide suggestions when searching in a SwiftUI app by building an example app with real-time filtering, search suggestions, and recent search tracking.
iOS dev
https://fatbobman.com/en/posts/the-anomaly-of-onchange-in-swiftui-multi-layer-navigation/
fatbobman.com
Intentional Design or Technical Flaw? The Anomaly of onChange in SwiftUI Multi-Layer Navigation
Explore SwiftUI's `onChange` modifier “selective deafness” in multi-layer navigation. Understand why it might not trigger as expected and learn how to work around this issue.
iOS dev
https://uvolchyk.medium.com/blooming-fireworks-with-metal-and-swiftui-6550cef997e2
Medium
Blooming fireworks with Metal and SwiftUI
Creating a firework effect with Metal and SwiftUI in a naive approach
iOS dev
https://www.artemnovichkov.com/blog/create-ml
Artem Novichkov
Creating ML models with Create ML
Learn how to create machine learning models with Create ML