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://danielsaidi.com/blog/2023/08/30/enabling-drag-reordering-in-swiftui-lazy-grids-and-stacks
Daniel Saidi
Enabling drag reordering in lazy SwiftUI grids and stacks
While the SwiftUI List supports drag to reordering, LazyVGrid, LazyHGrid, LazyVStack & LazyHStack lack this functionality. Let’s implement this functionality from scratch.
iOS dev
https://chris.eidhof.nl/post/visualize-swiftui-safe-area/
chris.eidhof.nl
How To Visualize The Safe Area — Chris Eidhof
iOS dev
https://betterprogramming.pub/mastering-thread-safety-in-swift-with-one-runtime-trick-260c358a7515
Medium
Mastering Thread Safety in Swift With One Runtime Trick
The optimal method to ensure memory safety in a multi-threaded environment
iOS dev
https://www.manu.show/2023-08-28-combine-based-repository/
manu.show
Combine Repository
Publishing Changes to all the observers
iOS dev
https://www.manu.show/2023-08-30-swift-typo-detector/
manu.show
Swift Typo Detector
A tool to get rid of all those typos
iOS dev
https://medium.com/@shiny.shubham/10-lesser-known-lldb-commands-7d9a1d1070d5
Medium
10 Lesser Known LLDB Commands used in iOS App development
Debugging iOS Apps
iOS dev
https://betterprogramming.pub/serious-issues-caused-by-delayed-state-updates-in-swiftui-76ffd8431c5a
Medium
Common Pitfalls Caused by Delayed State Updates in SwiftUI
This article will explore two serious issues in SwiftUI caused by the failure to implement reactive programming principles
iOS dev
https://thel.foo/posts/validation/
thel.foo
Advanced text validation in UIKit with Combine.
This article shows you how you can validate text with Combine in UIKit.
iOS dev
http://swiftwithmajid.com/2023/08/29/mastering-storekit2-swiftui-view-modifiers/
Swift with Majid
Mastering StoreKit 2. SwiftUI view modifiers.
We talked a lot about StoreKit 2 in this series of posts. This week, we will finalize the series by covering the set of view modifiers StoreKit 2 provides us to use in SwiftUI views.
iOS dev
https://www.avanderlee.com/swift/swiftsyntax-parse-and-generate-swift-source-code/
SwiftLee
SwiftSyntax: Parse and Generate Swift source code
Parse and generate Swift code using SwiftSyntax packages. It is especially useful when writing custom Swift Macros.
iOS dev
https://fatbobman.medium.com/mastering-swiftuis-zindex-a-comprehensive-guide-5ebdf5588365
Medium
Mastering SwiftUI’s zIndex: A Comprehensive Guide
This article introduces the zIndex modifier in SwiftUI, including its usage, scope, avoiding animation anomalies with zIndex, why stable…
iOS dev
https://khawerkhaliq.com/blog/swift-test-driven-development/
Khawer Khaliq
Test-Driven Development (TDD) in Swift
Learn how to use Test-Driven Development (TDD) in Swift which not only enables you to write more reliable and maintainable code but also allows refactoring of code in small increments and with greater ease and confidence.
iOS dev
https://holyswift.app/exploring-the-new-preview-macro-with-swiftui-and-uikit/
Holy Swift
Exploring the new Preview Macro with SwiftUI and UIKit - Holy Swift
Get the most out of Xcode 15 with its new Preview macro feature for SwiftUI. Streamline your development process today!
iOS dev
https://developer.apple.com/documentation/technotes/tn3155-debugging-universal-links
Apple Developer Documentation
TN3155: Debugging universal links | Apple Developer Documentation
Investigate why your universal links are opening in a web browser instead of your app.
iOS dev
https://www.craft.me/s/UOcc5BqYFazbL2
fugui.craft.me
Xcode 15 iOS 17小组件适配必看:Widget needs to adopt container background
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…