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://matteomanferdini.com/mvvm-swiftui/
Matteo Manferdini
MVVM in SwiftUI for a Better Architecture [with Example]
explore how MVVM fits into SwiftUI, how to leverage its advantages, and how it compares to Clean Swift and the Composable Architecture.
iOS dev
https://holyswift.app/unavailable-functions-in-swift/
Holy Swift
Unavailable Functions In Swift - Holy Swift
Explore Swift's @available annotation and #unavailable directive for managing function availability, ensuring adaptable, robust code.
iOS dev
https://juejin.cn/post/7316202786173829146
juejin.cn
iOS Availability 编译器实现机制解析 - 掘金
iOS Availability 编译器实现机制解析,探讨编译器提供的Availability机制能带来哪些保障。
iOS dev
https://developer.apple.com/visionos/submit/
Apple Developer
Submit your apps to the App Store for Apple Vision Pro - Apple Developer
Get information and resources on building, testing, and submitting visionOS apps to the App Store.
iOS dev
https://developer.apple.com/news/?id=prl6dp5r
Apple
Q&A: Building apps for visionOS - Discover - Apple Developer
iOS dev
https://www.finnvoorhees.com/words/reading-and-writing-spatial-video-with-avfoundation/
Finnvoorhees
Reading and Writing Spatial Video with AVFoundation
iOS dev
https://www.pointfree.co/blog/posts/129-perception-a-back-port-of-observable
www.pointfree.co
Perception: A back-port of @Observable
We have back-ported Swift 5.9’s observation tools to work on Apple platforms going back almost 4 years ago! Start using it today even if you cannot target iOS 17.
iOS dev
https://www.createwithswift.com/adapting-your-app-icon-to-visionos/
Create with Swift
Adapting your App Icon to visionOS
Learn how to bring your App Icon in visionOS
iOS dev
https://cuteios.dev/2024/01/10/viewbuilder.html
Amy is a cute iOS Developer
A Girl and her @ViewBuilder
Making use of ViewBuilder in SwiftUI
iOS dev
https://jackmorris.xyz/posts/2024/01/10/swift-sqlite-part-2/
https://jackmorris.xyz/posts/2024/01/12/swift-sqlite-part-3/
https://jackmorris.xyz/posts/2024/01/15/swift-sqlite-part-4/
A Swift SQLite Wrapper
iOS dev
https://swiftwithmajid.com/2024/01/09/storekit-testing-in-swift/
Swift with Majid
StoreKit testing in Swift
The second iteration of the StoreKit framework was the most significant change in my apps during the last few years. The recent version of the StoreKit framework has fully adopted Swift language features like async and await. This week, we will talk about…
iOS dev
https://www.avanderlee.com/swiftui/observable-macro-performance-increase-observableobject/
SwiftLee
@Observable Macro performance increase over ObservableObject
The @Observable macro replaces ObservableObject, @ObservedObject, and @Published. Increase the performance of your SwiftUI views.
iOS dev
https://augmentedcode.io/2024/01/15/subscriptionstoreview-for-ios-apps/
Augmented Code
SubscriptionStoreView for iOS apps
While building my indie iOS app, I decided to go for a subscription type of approach. At first, I built a fully custom upsell view which showed all the subscription options and handled the purchase…
iOS dev
https://lucasvandongen.dev/swift_actors_and_protocol_extensions.php
lucasvandongen.dev
Exploring Actors and Protocol Extensions - Can Swift Keep Its Compile-Safe Thread Management Promise?
Discover the hidden complexities and surprising interactions between Actors and protocol extensions in Swift. This article peels back layers of assumed thread safety, trying to create race conditions using the Threads Torture Tests suite and discovering what…
iOS dev
https://holyswift.app/how-to-use-published-properties-inside-a-protocol-in-swiftui/
Holy Swift
How to use Published Properties inside a Protocol in SwiftUI? - Holy Swift
Delving into SwiftUI: Mastering Published Properties and Protocols for Efficient UI Updates, checkout now!
iOS dev
https://swiftonserver.com/developing-with-swift-in-visual-studio-code/
Swiftonserver
Developing with Swift in Visual Studio Code - Swift on server
Learn how to set up your Visual Studio Code for Swift development using Docker, Dev Containers and the Swift for VS Code extension.
iOS dev
https://blog.thomasdurand.fr/story/2024-01-14-asynchronous-swiftui-buttons/
Dean’s blog
Asynchronous SwiftUI buttons
SwiftUI buttons are an example of what I would call an awesome and straight-to-the-point API: you describe a button and have a closure when it’s pressed!
iOS dev
https://www.artemnovichkov.com/blog/remove-background-from-image-in-swiftui
Artem Novichkov
Remove background from image in SwiftUI
Recreation of photo cutout feature from Telegram in SwiftUI
iOS dev
https://useyourloaf.com/blog/swiftui-button-styles-and-shapes/
Use Your Loaf - iOS Development News & Tips
SwiftUI Button Styles And Shapes
A quick recap on the many ways to style and shape SwiftUI buttons.
iOS dev
https://rioogino.com/posts/2024/edr_1_photos/
Rioogino
Adventures in EDR, Part 1: Displaying EDR Photos in iOS 17
The state of EDR images today, and how to render and display them in iOS 17 with SwiftUI.