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.macstories.net/stories/apple-intelligence-and-chatgpt-in-18-2/
www.macstories.net
Apple Intelligence in iOS 18.2: A Deep Dive into Working with Siri and ChatGPT, Together
Apple is releasing iOS and iPadOS 18.2 today, and with those software updates, the company is rolling out the second wave of Apple Intelligence features as part of their previously announced roadmap that will culminate with the arrival of deeper integration…
iOS dev
https://medium.com/@herlandro/how-to-make-a-swift-function-10-625-000-times-faster-218808a7c4c2
Medium
How to Boost Function Performance and Achieve Execution Over 10 Million Times Faster
Discover how a 19th-century mathematical shortcut transformed the performance of a 21st-century gaming algorithm
iOS dev
https://adamwulf.me/2024/12/finding-unused-code-with-periphery/
Finding unused code with Periphery
iOS dev
https://www.avanderlee.com/swiftui/swiftui-button-styles/
SwiftLee
SwiftUI Button: Custom Styles, Variants, and Best Practices
Add interaction to your app with a SwiftUI Button, custom styles, and interactions. Learn how you can define reusable components.
iOS dev
https://www.avanderlee.com/swift/swift-tutorials-learn-swift-code-examples/
SwiftLee
Swift Tutorials: Learn Swift with Easy-to-Follow Code Examples
Discover Swift tutorials to learn Swift with code examples and in-depth articles. Go from writing, to testing, to building a User Interface.
iOS dev
https://azamsharp.com/2024/12/18/the-ultimate-guide-to-validation-patterns-in-swiftui.html
AzamSharp
The Ultimate Guide To Validation Patterns In Swiftui
Blog about iOS development and musings on technology
❤
1
iOS dev
https://www.donnywals.com/sending-vs-sendable-in-swift/
Donny Wals
Sending vs Sendable in Swift – Donny Wals
With Swift 6, we have an entirely new version of the language that has all kinds of data race protections built-in. Most of these protections were around with Swift 5 in one way or another and in…
❤
1
iOS dev
https://fatbobman.com/en/posts/traps-and-countermeasures-for-abnormal-onappear-calls-in-swiftui/
fatbobman.com
Traps and Countermeasures for Abnormal onAppear Calls in SwiftUI
Discover unexpected SwiftUI onAppear behavior causing performance issues & state changes. Learn how to identify & temporarily fix abnormal calls in NavigationStack & TabView.
👍
1
iOS dev
https://codingwithvera.com/swift-6-typed-throws/
Coding With Vera
Swift 6: Typed Throws
Typed Throws
Swift 6 was released in September 2024 [1]. It introduced new testing frameworks, such as Swift Testing, and improved other fields, such as concurrency.
Also, with this new update, Swift has introduced Typed Throws.
Before I explain how you…
iOS dev
https://nowham.dev/posts/intermediate_fastlane/
nowham.dev
Intermediate Fastlane | No-Wham Dev
Take your fastlane skills to the next level
❤
1
iOS dev
https://www.cocoawithlove.com/blog/copilot-raindrop-generator.html
Cocoa with Love
Using Copilot to write a raindrop audio synthesizer using AVAudioEngine
A quick look at the state of LLM assistants for Swift programming but also having fun with AVAudioEngine and SwiftUI Charts
iOS dev
https://danielsaidi.com/blog/2025/01/08/creating-a-debounced-search-context-for-performant-swiftui-searches
Daniel Saidi
Creating a debounced search context for performant SwiftUI searches
In this post, we’ll take a look at how to create a tiny, observable search context class that can be used to handle the debouncing of any search operation, without any additional effort.
iOS dev
https://danielsaidi.com/blog/2025/01/08/replacing-environmentkit-with-the-entry-macro
iOS dev
https://tanaschita.com/testing-ui-swiftui-xctest-framework/
Tanaschita
Getting started with UI Testing for SwiftUI
Learn how to create user interface tests with Xcode and the XCTest framework for iOS SwiftUI applications. Learn how to run your first UI test, the anatomy of a XCTestCase test class, how to query views and how to interact with them.
iOS dev
https://tanaschita.com/swift-opaque-types-protocols-associatedtype/
Tanaschita
Understanding opaque types and protocols with associatedtype in Swift
Learn how to leverage the some keyword for working with protocols with associated types and use opaque declarations as syntactic sugar.
iOS dev
https://swiftonserver.com/realtime-mongodb-updates-with-changestreams-and-websockets/
Swiftonserver
Realtime MongoDB Updates with ChangeStreams and WebSockets - Swift on server
Learn how to implement real-time updates over WebSockets using ChangeStreams and MongoKitten
iOS dev
https://swiftonserver.com/2025/jwt-kit/
Swiftonserver
Introduction to JWTs in Swift - Swift on server
Learn how to use JWTs in Swift to secure your API
iOS dev
https://www.massicotte.org/step-by-step-stateful-systems
massicotte.org
Concurrency Step-by-Step: Stateful Systems
You know what? Coming up with example material is hard. This might sound silly or like it doesn’t matter that much, but it really does! Of course, a great example helps keep things understandable. It makes writing a lot more enjoyable too. But, writing is…
iOS dev
https://brightdigit.com/tutorials/swiftdata-crud-operations-modelactor/
Brightdigit
SwiftData CRUD Operations with ModelActor
How can we add CRUD methods to SwiftData ModelActors in an safe way using actors in Swift 6.
iOS dev
https://www.swiftwithvincent.com/blog/how-to-hide-private-information
Swift with Vincent
How to hide private information — Swift with Vincent
You’re more of a video kind of person? I’ve got you covered! Here’s a video with the same content than this article
🍿
iOS dev
https://www.createwithswift.com/keyboard-driven-actions-in-swiftui-with-onkeypress/
Create with Swift
Keyboard-driven actions in SwiftUI with onKeyPress
Learn how to capture and respond to the pressed keys in a hardware keyboard in a SwiftUI app.