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://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!
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…