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://blog.thomasdurand.fr/story/2023-09-04-shake-to-undo-swiftui/
Dean’s blog
Shake to undo in a SwiftUI app
Shake to undo is a more than common UI on iOS. From Notes, Reminder and, well, mostly all apps, users expect it.
This is why for my latest app SharePal, I decided it would be a nice to have for when the user manages his data.
iOS dev
https://itnext.io/swiftdatakit-unleashing-advanced-core-data-features-in-swiftdata-3fcd5f443c99
Medium
SwiftDataKit: Unleashing Advanced Core Data Features in SwiftData
Navigating SwiftData’s Current Awkward Phase with Ease
iOS dev
https://useyourloaf.com/blog/swiftui-sensory-feedback/
Use Your Loaf - iOS Development News & Tips
SwiftUI Sensory Feedback
In iOS 17, Apple added a range of sensory feedback view modifiers to SwiftUI.
iOS dev
https://useyourloaf.com/blog/strict-concurrency-checking-in-swift-packages/
Use Your Loaf - iOS Development News & Tips
Strict Concurrency Checking in Swift Packages
How do you enable strict concurrency checking in a Swift Package?
iOS dev
https://swiftrocks.com/faster-performance-debugging-with-ettrace
Swiftrocks
Faster iOS performance debugging with ETTrace
Still using the Time Profiler? Better performance debugging tools are available today, and in this article, I'll show you one of them.
iOS dev
https://jokerpt.medium.com/image-tracking-and-detection-using-ar-kit-d13fc64ebbd9
Medium
Image Tracking and Detection using AR-Kit
AR-Kit can detect detect and react to 2D images in real world which can be used to position or place AR contents. AR-Kit provides a special…
iOS dev
https://swiftwithmajid.com/2023/09/05/thread-safety-in-swift-with-locks/
Swift with Majid
Thread safety in Swift with locks
Today, we will discuss thread safety, an essential programming aspect. I decided to cover this topic because of the issue I’ve noticed in the codebase I helped to build. This type of bug is straightforward to create but very hard to fix. So investing time…
iOS dev
https://www.youtube.com/watch?v=lgivCGdmFrw
YouTube
Introducing a Memory-Safe Successor Language in Large C++ Code Bases - John McCall - CppNow 2023
https://www.cppnow.org
https://www.linkedin.com/company/cppnow
---
Introducing a Memory-Safe Successor Language in Large Code Bases - John McCall - CppNow 2023
Slides: https://github.com/boostcon/cppnow_presentations_2023
---
Interest in memory-safe programming…
iOS dev
https://betterprogramming.pub/advanced-swift-actors-re-entrancy-and-interleaving-1ad9bfa81f58
Medium
Advanced Swift Actors: Re-entrancy and Interleaving
Understand actor behaviour with a real-world use case
iOS dev
https://betterprogramming.pub/swiftui-layout-the-mystery-of-size-b82ce99e61d8
Medium
SwiftUI Layout — The Mystery of Size
Explaining, understanding, and using SwiftUI’s many sizes
iOS dev
https://jacobbartlett.substack.com/p/apple-animation-through-the-ages
Jacob’s Tech Tavern
Apple Animation Through the Ages: 1989
Try out real code from NeXTSTEP to Mac OS X to SwiftUI
iOS dev
https://jacobbartlett.substack.com/p/apple-animation-through-the-ages-c54
Jacob’s Tech Tavern
Apple Animation Through the Ages: 2001
Try out real code from NeXTSTEP to Mac OS X to SwiftUI
iOS dev
https://augmentedcode.io/2023/09/04/animating-with-phaseanimator-in-swiftui/
Augmented Code
Animating with PhaseAnimator in SwiftUI
WWDC’23 introduced us a new view modifiers for animating views in SwiftUI. In this blog post, we are going to have a look at phase animation view modifiers. There are two view modifiers: phas…
iOS dev
https://www.avanderlee.com/swift/predicate-macro-filtering-searching/
SwiftLee
Predicate Macro in Swift for filtering and searching
The #Predicate Macro allows you to filter or search a collection of data using type-safe and readable higher-level Swift code.
iOS dev
https://holyswift.app/triggering-an-action-only-first-time-a-view-appears-in-swiftui/
Holy Swift
SwiftUI Guide: Triggering Actions Solely on First View Appearance - Holy Swift
Explore SwiftUI's view lifecycle, learn to trigger actions only on the first appearance, and bridge gaps from UIKit practices.
iOS dev
https://digitalbunker.dev/exploring-animation-curves/
Digital Bunker
Exploring Animation Curves
Between my recent SwiftUI projects and YouTube content, animations have become a crucial part of my work. So, I've been down a bit of an animation rabbit hole lately...
We'll start with the basics - from linear animations to easing curves - and then we'll…
iOS dev
https://mp.weixin.qq.com/s/salgoWNYfqjhNwu30aHRnA
iOS dev
https://forums.swift.org/t/introducing-swiftly-a-new-swift-toolchain-installer-and-manager/67254
Swift Forums
Introducing swiftly, a new Swift toolchain installer and manager
swiftly 0.1.0 We are excited to announce the 0.1.0 release of swiftly, a new Swift toolchain manager developed by the SSWG! What is swiftly? swiftly is a CLI tool for installing, managing, and switching between Swift toolchains, written in Swift. swiftly…
iOS dev
https://chris.eidhof.nl/post/view-representable/
chris.eidhof.nl
Working With UIViewRepresentable — Chris Eidhof
iOS dev
https://www.emergetools.com/blog/posts/symbolicating-swiftui-and-any-apple-framework
Emergetools
Emerge Tools Blog | Symbolicating SwiftUI (and any Apple Framework), Part 1
How we managed to symbolicate SwiftUI crash logs.
iOS dev
https://chris.eidhof.nl/presentations/day-in-the-life/
A Day in the Life of a SwiftUI View