iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6K
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://needoneapp.medium.com/keypath-in-swift-dac1ce8c659f
Medium
KeyPath in Swift
In the world of Swift, KeyPath is a powerful yet often underappreciated feature. Many developers use it unintentionally in their daily…
iOS dev
https://www.createwithswift.com/placing-ui-components-within-the-safe-area-inset/
Create with Swift
Placing UI components within the Safe Area Inset
Learn how to place views and controls on the borders of a view container in a SwiftUI app.
iOS dev
https://www.createwithswift.com/identifying-individual-sounds-in-an-audio-file/
Create with Swift
Identifying individual sounds in an audio file
Learn how to add sound recognition capabilities to a SwiftUI app with the Sound Recognition framework.
iOS dev
https://tgomareli.medium.com/swift-zed-%EF%B8%8F-6b08de865425
Medium
Swift + Zed =
❤️
Swift engineering workflow inside Zed editor, my 999,999th desperate attempt to finally escape Xcode. Send help!
1
iOS dev
https://levelup.gitconnected.com/swiftui-connect-two-points-with-straight-line-segments-rounded-corners-dbbad5f27ab4
Medium
SwiftUI: Connect Two Points with Straight Line Segments + Rounded Corners
Connecting two points is simple, but can get complex when you want more!
❤
1
iOS dev
https://medium.com/@nimjea/understanding-the-new-swift-6-concurrency-features-3bff267426cc
Medium
Understanding the New Swift 6 Concurrency Features
From @MainActor isolation to thread-safety diagnostics, learn how to resolve Swift 6’s strict concurrency warnings and future-proof your…
iOS dev
https://medium.com/@bala.mobdev/swiftui-closures-on-the-main-thread-why-mainactor-is-a-game-changer-c749ee79650c
Medium
SwiftUI Closures on the Main Thread: Why @MainActor Is a Game-Changer
Ensuring UI-related code runs on the main thread is fundamental in iOS development. Historically, we’ve used DispatchQueue.main.async to…
iOS dev
https://twocentstudios.com/2025/03/10/pixel-art-swift-ui/
Twocentstudios
Rendering Pixel Art with SwiftUI
iOS dev
https://kyleye.top/posts/swiftui-namespace/
知阅百微 见微知著
Understanding SwiftUI's Namespace | 知阅百微 见微知著
Dive deep into SwiftUI's Namespace property wrapper - learn how it works internally, how to use it effectively for matched geometry effects, and best practices for creating fluid animations in your iOS apps.
iOS dev
https://fatbobman.com/en/posts/key-considerations-before-using-swiftdata/
fatbobman.com
Key Considerations Before Using SwiftData
SwiftData simplifies data persistence in SwiftUI with seamless iCloud sync, but differs from GRDB/SQLite.swift in flexibility and performance. Understand its strengths, limitations, and key considerations before adopting it in your project.
iOS dev
https://www.youtube.com/playlist?list=PLED4k3CZkY9RBltAgj-o9xSFOMOhBdmXm
YouTube
iOS Conf SG 2025
The Grand Gathering of Apple Developers in Asia iOS Conf SG 2025 took place in Singapore, 15-17 January 2025 Learn more at https://www.iosconf.sg/
❤
1
iOS dev
https://paul-samuels.com/blog/2025/03/24/custom-test-string-convertible/
CustomTestStringConvertible
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/exploring-the-labeledcontent-view-in-swiftui/
Exploring The LabeledContent View In SwiftUI
iOS dev
https://www.createwithswift.com/performing-your-app-actions-with-siri-through-app-shortcuts-provider/
Create with Swift
Performing your app actions with Siri through App Shortcuts Provider
Expose your app actions to Siri Make with the App Intents framework.
iOS dev
https://chris.eidhof.nl/post/why-i-avoid-group/
chris.eidhof.nl
Why I Avoid Group — Chris Eidhof
👍
2
iOS dev
https://hackernoon.com/swift-init-once-and-for-all
Hackernoon
Swift init(), Once and for All
Learn everything about Swift initializers — convenience override, saving memberwise initializer, required init() use cases, parameterless UIView() and more!
❤
2
iOS dev
https://www.swiftyplace.com/blog/the-composable-architecture-performance
SwiftyPlace
The Composable Architecture: How Architectural Design Decisions Influence Performance - swiftyplace
Hey there! So I’ve been diving into architectural patterns lately, and it’s been quite the journey. I wanted to share some thoughts on how the design decisions we make can have these ripple effects throughout ... <a title="The Composable Architecture: How…
❤
1
iOS dev
https://useyourloaf.com/blog/swiftui-default-scroll-anchor/
Use Your Loaf - iOS Development News & Tips
SwiftUI Default Scroll Anchor
Changing the default behaviour of a scroll view to center content only when it's smaller than the scroll view container.
iOS dev
https://levelup.gitconnected.com/swiftui-simple-workout-app-with-healthkit-part-1-793cd1cd6333
Medium
SwiftUI: Simple Workout App with HealthKit (Part 1)
Let’s burn some energy!
iOS dev
https://www.massicotte.org/model-actor
massicotte.org
ModelActor is Just Weird
I actually don’t get too many questions about SwiftData or Core Data. And thank goodness, because I’m not particularly familiar with either. That is, until just recently! I had the chance to work with two different projects, both of which were using SwiftData.…