iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.01K
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://augmentedcode.io/2024/09/09/wrapping-async-await-with-a-completion-handler-in-swift/
Augmented Code
Wrapping async-await with a completion handler in Swift
It is not often when we need to wrap an async function with a completion handler. Typically, the reverse is what happens. This need can happen in codebases where the public interface can’t ch…
iOS dev
https://lickability.com/blog/morphology-in-swift/
Lickability
Morphology in Swift – Lickability
A guide to automatic numberless pluralization
iOS dev
https://jacobbartlett.substack.com/p/jailbreak-enemies-with-a-link-remote-execution
Jacobstechtavern
Jailbreak your Enemies with a Link: Remote Execution on iOS
The Trident Exploit Chain deep-dive (Part I)
iOS dev
https://www.emergetools.com/blog/posts/the-memory-leak-an-xcode-detective-story
Emergetools
Emerge Tools Blog | The Memory Leak: An Xcode Detective Story
A deep-dive into debugging on iOS
iOS dev
https://nemecek.be/blog/207/the-weirdest-core-data-crash-i-have-seen
nemecek.be
The weirdest Core Data crash I have seen
Careful how you name your attributes...
iOS dev
https://www.avanderlee.com/swift-testing/introducing-expressive-apis/
SwiftLee
Swift Testing: Writing a Modern Unit Test
Learn about the new Swift Testing framework and how it revolutionizes written tests. Get clearer tests with improved feedback.
iOS dev
https://medium.com/@tate.pravin/eventbus-facilitate-seamless-event-notifications-within-the-application-553eaf9055b9
Medium
EventBus | Facilitate seamless event notifications within the application.
In the majority of larger applications, it is essential to communicate certain events between screens. To facilitate this, many…
iOS dev
https://www.swiftjectivec.com/readable-content-size-in-swiftui/
Swiftjective-C
Recreating Readable Content Guide Sizing in SwiftUI
The readable content guide is the gold standard of width-to-reading ratio. Here's how to recreate the UIKit-only API in SwiftUI.
iOS dev
https://swift.mackarous.com/posts/2024/09/modifiers-presentation-background/
Swift.Mackarous
SwiftUI Modifiers Deep Dive: presentationBackground | Swift.Mackarous
Welcome to the SwiftUI Modifiers Deep Dive series, where we take a closer look at one SwiftUI modifier each week. In this series, I’ll explore the ins and outs of each modifier, breaking down its functionality and use cases. Whether you’re new to SwiftUI…
iOS dev
https://www.createwithswift.com/navigating-digital-endings/
Create with Swift
Navigating digital endings
Design delightful offboarding experiences for your applications.
iOS dev
https://www.youtube.com/watch?v=eK4vwOEpjGs&t=5s
YouTube
Николай Пучко — Эволюция презентационных паттернов SwiftUI
Ближайшая конференция: Mobius 2025 Spring, 9–10 апреля, Москва + онлайн. Подробности и билеты: https://jrg.su/ojGU3B
— —
Скачать презентацию с сайта Mobius — https://jrg.su/iYyzQO
Apple дали народу SwiftUI, но не объяснили, как под него готовить архитектуру…
iOS dev
https://www.polpiella.dev/binding-navigation
www.polpiella.dev
How to pass Bindings to views in SwiftUI's NavigationDestination modifier
Two approaches on how to pass Bindings to views in SwiftUI's NavigationDestination.
iOS dev
https://blog.supereasyapps.com/random-integers-crash-embedded-swift-with-esp-idf-5-2-2-and-5-3-1-for-esp32-c6/
Super Easy Apps
Random Integers Crash Embedded Swift with ESP-IDF 5.2.2 and 5.3.1 for ESP32-C6
Update from Erhan Kurubas at Espressify:
@PaulSolt Please stay in the master (v5.4) branch. Don't checkout to the release v5.2 or v5.3
As a summary;
1. We have fixed the The gap between ... errors in this repo with the 2eb2975 . No change in the IDF releases.…
iOS dev
https://useyourloaf.com/blog/iphone-16-screen-sizes/
Use Your Loaf - iOS Development News & Tips
iPhone 16 Screen Sizes
What's new with the 2024 iPhone 16 screen sizes.
iOS dev
https://www.swift.org/blog/announcing-swift-6/
Swift.org
Announcing Swift 6
We’re delighted to announce the general availability of Swift 6. This is a major new release that expands Swift to more platforms and domains.
iOS dev
https://troz.net/post/2024/xcode_folders_groups/
TrozWare
Xcode Folders & Groups - TrozWare
Crazy Mac lady. Mac author & developer. Lover of Apple computers and devices. Swift & SwiftUI enthusiast. Unofficial Mac app dev evangelist
iOS dev
https://whackylabs.com/swift/swiftui/ios/animation/2024/09/12/moveme-swiftui-edition/
Whacky Labs
MoveMe - SwiftUI Edition
Taking about gestures and animation with SwiftUI is actually not as intuitive as it sounds. But how hard could it be?
❤
1
iOS dev
https://www.neilmacy.co.uk/blog/xcode-playgrounds-previews
Neil Macy
Previews in Xcode Playgrounds | Neil Macy
A quick code sample of how to use Previews in Xcode Playgrounds.
iOS dev
https://blog.jacobstechtavern.com/p/cow2llvm-the-isknownuniquelyreferenced
Jacobstechtavern
COW2LLVM: The isKnownUniquelyReferenced Deep-Dive
Demystify the Swift Compiler, the engine behind copy-on-write
iOS dev
https://medium.com/@noahlittle199/thread-safety-with-mutex-in-swift-6-575e79f14386
Medium
Thread safety with Mutex in Swift 6
With Xcode 16/Swift 6, Apple introduced the Synchronization framework, bringing to the table more ways to ensure thread safety in our…