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
http://swiftwithmajid.com/2023/08/08/mastering-storekit2-productview-in-swiftui/
Swift with Majid
Mastering StoreKit 2. ProductView and StoreView in SwiftUI.
We started a series of posts about StoreKit 2 last week. We learned the basics of StoreKit 2 and how easily we can monetize our apps. This week, we will continue the topic by learning about StoreKit views in SwiftUI. The StoreKit 2 introduces SwiftUI views…
iOS dev
https://www.polpiella.dev/qreate-drag-and-drop
www.polpiella.dev
Delightful SwiftUI image drag & drop for a macOS app
How to easily implement image drag & drop with beautiful animations in a SwiftUI app
iOS dev
https://alexanderweiss.dev/blog/2023-08-13-push-notification-in-swiftui
alexanderweiss.dev
Push Notifications in SwiftUI
SwiftUI has been available for several years, but I have never had to handle push notifications in a pure SwiftUI application until now. My goal this past week was to integrate push notification handling for the following cases:
- App is running in ...
iOS dev
https://lickability.com/blog/detecting-collisions-with-realitykit-in-visionos/
Lickability
Detecting Collisions with RealityKit in visionOS – Lickability
Our how-to guide
iOS dev
https://holyswift.app/mistakes-to-avoid-when-implementing-quick-tips-with-swiftuis-tipkit/
Holy Swift
Mistakes to Avoid When Implementing Quick Tips with SwiftUI's TipKit - Holy Swift
Explore TipKit for iOS: a powerful tool for educational quick tips. Learn its best uses and common pitfalls.
iOS dev
https://holyswift.app/adaptative-views-that-fit-anywhere-in-swiftui/
Holy Swift
Adaptative Views That Fit Anywhere in SwiftUI - Holy Swift
Explore SwiftUI's ViewThatFits struct for adaptive layouts, understand proposed vs. ideal sizes, and boost iOS app responsiveness.
iOS dev
https://www.swift.org/blog/sswg-update-2023/
Swift.org
SSWG 2023 Annual Update
Once a year, the Swift Server workgroup (SSWG) reflects on recent community accomplishments and lays out focus areas for the year ahead.
iOS dev
https://qualitycoding.org/swift-memory-leak-detection-xctest/
Quality Coding
How to Automate Memory Leak Detection with XCTest
Detect memory leaks in your app using addTeardownBlock and a custom XCTestCase extension.
iOS dev
https://www.jessesquires.com/blog/2023/08/17/swift-url-absolutestring-path/
Jesse Squires
Swift URL absoluteString versus path
Foundation’s URL (née NSURL) is a nearly ubiquitous API on Apple platforms. One of its shortcomings is that it is heavily overloaded – an instance of URL cou...
iOS dev
https://www.avanderlee.com/optimization/analysing-build-performance-xcode/
SwiftLee
Build performance analysis for speeding up Xcode builds
Speed up Xcode Build Performance by gaining insights using Build Timing Summary and various techniques that can save you a lot of time.
iOS dev
https://useyourloaf.com/blog/swiftdata-background-tasks/
Use Your Loaf - iOS Development News & Tips
SwiftData Background Tasks
How do you perform a SwiftData operation in the background?
iOS dev
https://www.donnywals.com/making-your-swiftdata-models-codable/
Donny Wals
Making your SwiftData models Codable – Donny Wals
In a previous post, I explained how you can make your subclasses codable. This was a somewhat tedious process that involves a bunch of manual work. Specifically because the most convenient way I’ve…
iOS dev
https://www.emergetools.com/blog/posts/dead-code-detection-with-reaper
Emergetools
Emerge Tools Blog | Dead Code Detection With Reaper
An exploration of dead code in iOS apps and how runtime detection expands the amount we can find.
iOS dev
https://www.polpiella.dev/mapkit-and-swiftui-searchable-map
www.polpiella.dev
Building a searchable map with SwiftUI and MapKit
A practical example of how to use the new MapKit APIs in iOS 17 to build a searchable map with SwiftUI.
iOS dev
https://augmentedcode.io/2023/08/21/examples-of-animating-sf-symbols-in-swiftui/
Augmented Code
Examples of animating SF symbols in SwiftUI
WWDC’23 introduced SF symbol animations. There are 8 different animation presets: appear, disappear, bounce, scale, pulse, variable color, and replace. Each of these presets have a dedicated …
iOS dev
https://www.kodeco.com/books/swiftui-cookbook
kodeco.com
SwiftUI Cookbook
The SwiftUI Cookbook is a reference for common patterns for creating
user interfaces in SwiftUI that you can quickly refer to while coding.
iOS dev
https://holyswift.app/learn-how-to-utilize-the-scan-and-reduce-operators-in-swiftui-with-combine/
Holy Swift
Learn how to utilize the Scan and Reduce operators in SwiftUI with Combine - Holy Swift
SwiftUI views enhanced: A journey with Combine's scan & reduce in the async era. Learn about those operator in this simple tutorial.
iOS dev
https://cs193p.sites.stanford.edu/2023
Stanford
CS193p - Developing Apps for iOS
iOS dev
https://www.avanderlee.com/concurrency/swift-6-preparing-your-xcode-projects/
SwiftLee
Swift 6: What’s New and How to Migrate
What's new in Swift 6 and how do you migrate your projects and packages? Learn how to apply incremental migration and why you should update.
iOS dev
https://lickability.com/blog/introducing-observableconverter/
Lickability
Introducing ObservableConverter – Lickability
A plugin to help convert to @Observable