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://fatbobman.com/en/posts/say-goodbye-to-dismiss/
fatbobman.com
Say Goodbye to dismiss - A State-Driven Path to More Maintainable SwiftUI
Avoid overusing dismiss in SwiftUI. Embrace state-driven alternatives like Binding or custom environments for safer, testable, and maintainable UI logic
iOS dev
https://www.artemnovichkov.com/blog/how-to-inspect-ipa-files
Artem Novichkov
How to inspect .ipa files and secure your iOS app from common mistakes
Improve your app security with 3 simple rules
iOS dev
https://useyourloaf.com/blog/swiftui-keyboard-shortcut-scope/
Use Your Loaf - iOS Development News & Tips
SwiftUI Keyboard Shortcut Scope
A SwiftUI keyboard shortcut remains active as long as the control it's attached to is still in the view hierarchy, even when not onscreen.
❤
1
iOS dev
https://samwize.com/2025/04/11/plurals-with-swiftui/
@samwize
Plurals with SwiftUI
In the new string catalog, you can easily right click > Vary by Plural > Edit it as you like.
iOS dev
https://danielsaidi.com/blog/2025/04/08/supercharging-swiftui-text-with-dynamic-content-styling
Daniel Saidi
Supercharging SwiftUI Text with Dynamic Content Styling
In this post, we’ll take a look at how to extend the SwiftUI Text with ways to customize any parts of its text, either individual words or longer segments.
iOS dev
https://levelup.gitconnected.com/swiftui-a-simple-copy-cat-of-the-calendar-reminder-app-17e0ec20dffe
Medium
SwiftUI: A Simple Copy Cat of the Calendar + Reminder App
Accessing User Calendar & Reminder with EventKit
iOS dev
https://randomaugustine.medium.com/disassembling-apple-exclaves-7979bb987f86
Medium
Disassembling Apple Exclaves
Now I have a Mac mini!
iOS dev
https://tuist.dev/blog/2025/04/09/secrets
tuist.dev
Keeping your Swift apps' sensitive data secret
Learn how to safely share and use sensitive data in your Swift apps.
iOS dev
https://twocentstudios.com/2025/04/15/train-tracker-checkpoint-devlog/
Twocentstudios
Train Tracker Devlog
iOS dev
https://www.createwithswift.com/create-flexible-interfaces-in-swiftui/
Create with Swift
Create flexible interfaces in SwiftUI
Learn how to bind your view’s size to its container in a SwiftUI app
iOS dev
https://www.swiftjectivec.com/simply-whats-new-logic-in-swiftui-ios-apps/
Swiftjective-C
Showing What's New Screens using @AppStorage
The
iOS dev
https://fatbobman.com/en/posts/building-wasm-applications-with-swift/
fatbobman.com
Building WASM Applications with Swift
Swift 6.1 now supports official WebAssembly builds via SwiftWasm—no patches needed. Use JavaScriptKit for seamless Swift–JavaScript interaction in WASM apps.
iOS dev
https://www.youtube.com/playlist?list=PLCl5NM4qD3u_Azg7gKw5CK_DqSLeb4QMY
YouTube
try! Swift Tokyo 2025
Share your videos with friends, family, and the world
iOS dev
https://www.donnywals.com/using-instruments-to-profile-a-swiftui-app/
Donny Wals
Using Instruments to profile a SwiftUI app – Donny Wals
A key skill for every app developer is being able to profile your app’s performance. Your app might look great on the surface, but if it doesn’t perform well, it’s going to feel off—sometimes subtly…
iOS dev
https://www.artemnovichkov.com/blog/creating-mcp-servers-in-swift
Artem Novichkov
Creating MCP Servers in Swift
Learn how to create a Model Context Protocol server in Swift
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/swiftui-colors-exploring-overlooked-features/
SwiftUI Colors – Exploring Overlooked Features
iOS dev
https://medium.com/gojekengineering/gojeks-journey-to-3x-faster-ios-builds-with-bazel-90fbe3f22f81
Medium
Gojek’s Journey to 3x Faster iOS Builds with Bazel
Here’s our story of how we migrated the Gojek iOS App to Bazel and the fantastic results we achieved.
iOS dev
https://codingwithvera.com/what-is-mainactor-in-swift/
Coding With Vera
What is @MainActor In Swift?
Today I want to explain a simple topic: the use of @MainActor when you're using Swift.
I came across this macro while programming async with SwiftUI, so I want to share my findings with you.
Let's start with a scenario so we can understand the problem that…
❤
1
iOS dev
https://levelup.gitconnected.com/swift-charts-animate-marks-6e76b2ddb0c4
Medium
Swift Charts: Animate Marks
Lines and Bars!
iOS dev
https://www.createwithswift.com/drawing-graphics-with-canvas/
Create with Swift
Drawing graphics with Canvas
Learn how to use the Canvas view to render graphics within a SwiftUI app.