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://medium.com/@garg.vivek/the-end-of-singleton-why-swift-6-actors-are-the-future-of-ios-development-bbbe8501ee8f
Medium
The End of Singleton? Why Swift Actors Are the Future of iOS
Learn why Swift Actors replace Singleton patterns for thread-safe, scalable iOS apps. Learn concurrency best practices in Swift 6 for 2025
iOS dev
https://www.createwithswift.com/detecting-hand-pose-with-the-vision-framework/
Create with Swift
Detecting hand pose with the Vision framework
Learn how to use the camera to detect hand pose within a SwiftUI app.
iOS dev
https://www.youtube.com/watch?v=CqckWxLCY_M
YouTube
Google Engineer Explains How to Integrate Gemini AI in iOS
Curious about integrating Gemini AI in iOS with Firebase?
@PeterFriese, a Google Developer Advocate, breaks down everything you need to set up Gemini in your app.
Plus, he shares essential security tips to protect your API keys from potential threats!…
iOS dev
https://www.avanderlee.com/swift/mainactor-dispatch-main-thread/
SwiftLee
MainActor usage in Swift explained to dispatch to the main thread
MainActor in Swift replaces DispatchQueue.main and ensures tasks are performing on the main thread in a performant manner.
iOS dev
https://jaredsinclair.com/2024/11/12/beware-unchecked.html
Beware
@unchecked
Sendable, or Watch Out for Counterintuitive Implicit Actor-Isolation
iOS dev
https://azamsharp.com/2024/11/18/deep-dive-into-environment-in-swiftui.html
AzamSharp
Deep Dive Into Environment In Swiftui
Blog about iOS development and musings on technology
iOS dev
https://github.com/trungdq88/Awesome-Black-Friday-Cyber-Monday
GitHub
GitHub - trungdq88/Awesome-Black-Friday-Cyber-Monday: Awesome deals on Black Friday: Apps, SaaS, Books, Courses, etc.
Awesome deals on Black Friday: Apps, SaaS, Books, Courses, etc. - trungdq88/Awesome-Black-Friday-Cyber-Monday
iOS dev
https://sahandnayebaziz.org/blog/syntax-highlighting-swiftui-with-swift-syntax
sahandnayebaziz.org
Syntax Highlighting SwiftUI Code with Swift Syntax
iOS dev
https://www.artemnovichkov.com/blog/mastering-text-editor-in-swiftui
Artem Novichkov
Mastering TextEditor in SwiftUI: Features, Limitations, and Tips
Discover the capabilities and limitations of SwiftUI's TextEditor and how to extend its functionality.
iOS dev
https://medium.com/@amir.daliri/concurrency-in-swift-6-6f2b960065f1
Medium
Concurrency in Swift 6
Powering SwiftUI with Modern Asynchronous Patterns
iOS dev
https://nilcoalescing.com/blog/LazyVarsInObservableClasses/
Nil Coalescing
Lazy vars in @Observable classes in Swift
Learn how to resolve the issue of using lazy variables in @Observable classes by annotating them with @ObservationIgnored.
iOS dev
https://augmentedcode.io/2024/11/18/swift-6-friendlier-notification-observers/
Augmented Code
Swift 6 suitable notification observers in iOS
The author discusses challenges managing side projects, specifically updating SignalPath to Swift 6. They encountered errors related to multiple notification observations but resolved them by shift…
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!