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://nilcoalescing.com/blog/NoncopyableTypesInSwift/
Nil Coalescing
Noncopyable types in Swift
Explore noncopyable types in Swift and learn how they enforce stricter ownership rules to avoid unintended errors and resource conflicts.
iOS dev
https://levelup.gitconnected.com/swiftui-caching-in-layout-protocol-a34c1052c7f3
Medium
SwiftUI: Caching in Layout Protocol
More than performance improvement!
❤
1
iOS dev
https://www.createwithswift.com/mastering-forms-in-swiftui-selecting-information/
Create with Swift
Mastering Forms in SwiftUI: Selecting Information
Learn how to use picker, date picker and color picker controls to provide a proper single data selection data-entry experience in a form in SwiftUI apps.
❤
1
iOS dev
https://www.createwithswift.com/bringing-image-playground-to-your-app/
Create with Swift
Bringing Image Playground to your app
Learn how to make your app able to generate images using Apple Intelligence models within Image Playgrounds.
iOS dev
https://www.donnywals.com/mocking-a-network-connection-in-your-swift-tests/
Donny Wals
Mocking a network connection in your Swift Tests – Donny Wals
Unit tests should be as free of external dependencies as possible. This means that you want to have full control over everything that happens in your tests. For example, if you’re working with a…
👍
3
❤
1
iOS dev
https://fatbobman.com/en/posts/model-inheritance-in-core-data/
fatbobman.com
Model Inheritance in Core Data
Explore Core Data's model inheritance: Parent, Sub, and Abstract entities. Learn the pros, cons, and how to achieve similar effects without direct use.
❤
1
iOS dev
https://danielsaidi.com/blog/2024/12/18/creating-a-swiftui-text-view-with-tappable-links
Daniel Saidi
Creating a SwiftUI text view with tappable links
In this post, we’ll take a look at how to create a SwiftUI Text alternative that can mix plain text and tappable links, using the Text view’s underlying support for Markdown.
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.