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://www.jessesquires.com/blog/2024/01/04/simctl-status_bar-still-broken/
Jesse Squires
Workaround: Xcode simctl status_bar is still broken for iOS 17 simulators
While working on updating iOS screenshots for the App Store recently, I discovered that simctl status_bar is still broken. And unfortunately, I do not expect...
iOS dev
https://damian.fyi/swift/2024/01/01/opening-a-photo-in-apple-photos-from-swift-on-macos.html
Damian Mehers’ blog
Opening a photo in Apple Photos from Swift on macOS
The GitHub issue I created for myself was Tap a photo to load it in Apple Photos. It was supposed to be a 10 minute thing. One of those tasks you quickly knock off and then feel good about yourself because you’ve been so productive.
iOS dev
https://www.polpiella.dev/stable-diffusion-swift-apps
www.polpiella.dev
How to use Stable Diffusion models in a Swift app
How to load and use local Stable Diffusion models in a Swift app using CoreML and ml-stable-diffusion.
iOS dev
https://fatbobman.com/en/posts/mastering-relationships-in-core-data-fundamentals/
fatbobman.com
Mastering Relationships in Core Data - Fundamentals
Explore Core Data relationships: types (one-to-one, one-to-many, many-to-many), inverse relationships, delete rules, and optimization for efficient data management.
iOS dev
https://swdevnotes.com/swift/2023/conways-game-of-life-with-swiftui/
Swdevnotes
Conway's Game of life with SwiftUI
How to create Conway's Game of life with SwiftUI
iOS dev
https://swifting.io/2023/01/06/Algorithms-Graphs-BFS-DFS.html
swifting.io - Sharing passion in Swift
#57 Graph traversal algorithms BFS and DFS
If you would like to start learn graph algotithms I hope this post can help you with finding some basic information about it. With shared playthrounds and examples you can check them it action by yourself.
iOS dev
https://www.swiftwithvincent.com/blog/bad-practice-using-yyyy-to-format-a-date
Swift with Vincent
Bad practice: using "YYYY" to format a Date — Swift with Vincent
You’re more of a video kind of person? I’ve got you covered! Here’s a video with the same content than this article
🍿
iOS dev
https://swiftology.io/articles/structural-typing/
Swiftology
Greater type safety with Structural Typing in Swift | Swiftology
In this article I will show you how to achieve a strong compile-time guarantee that your code is correct. I will demonstrate how the internal structure of your types can hold unbreakable rules within them, known as invariants. Through real-world examples…
iOS dev
https://swiftology.io/articles/typestate/
Swiftology
Typestate - the new Design Pattern in Swift 5.9 | Swiftology
In this article I will introduce you to Typestate pattern, popularised by Rust language, now available in Swift 5.9. You will see how the combination of generic constraints and Swift's new memory ownership model allows you to write bulletproof code.
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…