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://azamsharp.com/2024/07/29/navigation-patterns-in-swiftui.html
AzamSharp
Navigation Patterns In Swiftui
iOS dev
https://useyourloaf.com/blog/swiftdata-indexes/
Use Your Loaf - iOS Development News & Tips
SwiftData Indexes
Apple added database indexes to SwiftData in iOS 18.
iOS dev
https://www.massicotte.org/non-sendable
massicotte.org
Non-Sendable types are cool too you know
Sendable gets talked about a lot. And while it is a critical aspect of Swift concurrency, I think non-Sendable types are very interesting and just as important. They are often seen as a problem when facing concurrency issues. But, non-Sendable types can actually…
iOS dev
https://www.swiftjectivec.com/Accessibility-Settings-Additions-in-iOS-18-in-SwiftUI/
Swiftjective-C
Accessibility Setting Nuggets from iOS 18
Accessibility settings has several quality-of-life improvements in iOS 18. Here are a few of my favorites.
iOS dev
https://www.polpiella.dev/get-checksum
www.polpiella.dev
How to get the checksum of a file in Swift
Learn how to build a cross-platform Swift method to get the checksum of a file.
iOS dev
https://augmentedcode.io/2024/07/29/referencing-itself-in-a-struct-in-swift/
Augmented Code
Referencing itself in a struct in Swift
It took a long time, I mean years, but it finally happened. I stumbled on a struct which had a property of the same type. At first, it is kind of interesting that the replies property compiles fine…
iOS dev
https://jacobbartlett.substack.com/p/the-meme-that-gave-me-imposter-syndrome
Jacob’s Tech Tavern
The Meme that gave me Imposter Syndrome
A primer on type attributes in functions
iOS dev
https://fatbobman.com/en/posts/common-misconceptions-about-swiftui/
fatbobman.com
Common Misconceptions About SwiftUI
Explore common SwiftUI misconceptions, including its learning curve, cross-platform capabilities, and code volume. Understand its true potential for better app development.
iOS dev
https://www.swift.org/blog/announcing-swift-homomorphic-encryption/
Swift.org
Announcing Swift Homomorphic Encryption
We’re excited to announce a new open source Swift package for homomorphic
encryption in Swift:
swift-homomorphic-encryption.
iOS dev
https://onevcat.com/2024/07/swift-6/
OneV’s Den
Swift 6 适配的一些体会以及对现状的小吐槽
最近对手上的两三个项目进行了 Swift 6 的迁移,整体过程并不算顺利,颇有一种梦回 Swift 3 的感觉。不过,最终还是有所收获和心得。趁着记忆还新鲜,我想稍微总结一下。此外,针对目前社区里的一些声音,以及自己这些年的感受,我会在文章后半部分对 Swift 生态进行一些不太重要的小唠叨。
iOS dev
https://xiaozhuanlan.com/topic/3465798021
Xiaozhuanlan
WWDC24 10177 - 用 HDR 图片点亮你的 App - 小专栏
WWDC24 内参 - @老司机技术 - 摘要:本文首先简要阐述了 HDR 相关的基本概念,例如 reference white、headroom 以及 tone mapping,然后回顾了苹果以往建立的 HDR 标准以及 HDR 渲染技术,最后重点介绍了今年新推出的 Adaptive HDR 标准以及在该标...
iOS dev
https://www.massicotte.org/non-sendable
massicotte.org
Non-Sendable types are cool too you know
Sendable gets talked about a lot. And while it is a critical aspect of Swift concurrency, I think non-Sendable types are very interesting and just as important. They are often seen as a problem when facing concurrency issues. But, non-Sendable types can actually…
iOS dev
https://nilcoalescing.com/blog/RenderingQuadraticBezierCurvesWithMetal/
Nil Coalescing
Rendering quadratic Bézier curves with Metal
A simple method for rendering quadratic Bézier curves on the GPU in Metal without pre-processing geometry.
iOS dev
https://ashishkakkad.com/2024/07/how-to-add-animation-to-meshgradient-in-swiftui/
Ashish Kakkad
How to add animation to MeshGradient in SwiftUI? - Ashish Kakkad
Mesh gradients are useful when you want a dynamic background, or need to add some visual distinction to a surface. Mesh Gradients are made from a grid of points. Each of these of these points has a color associated with it.
iOS dev
https://www.swiftjectivec.com/accessibility-settings-additions-in-ios-18-in-swiftui/
Swiftjective-C
Accessibility Setting Nuggets from iOS 18
Accessibility settings has several quality-of-life improvements in iOS 18. Here are a few of my favorites.
iOS dev
https://blog.stackademic.com/async-and-await-in-swift-advanced-guide-for-senior-ios-developers-f753ce9a6cb0
Medium
Async and Await in Swift: Advanced Guide for Senior iOS Developers
Swift’s concurrency model, introduced in Swift 5.5, is a significant leap forward in making asynchronous programming easier and safer. The…
iOS dev
https://captainswiftui.substack.com/p/creating-a-sunburst-chart
Captain SwiftUI
Creating a Sunburst Chart
Always Looking for that Golden (Interactive) Sun on the SwiftUI Horizon
iOS dev
https://www.polpiella.dev/parse-contents-of-xcresult-files
www.polpiella.dev
How to programmatically parse the contents of an XCResult bundle
Extract information from tests in an XCResult bundle such as the screen recording of a failing UI test.
iOS dev
https://aldo10012.medium.com/building-an-ios-networking-sdk-part-1-9f717e195b02
Medium
Building an iOS Networking SDK — Part 1
As an iOS developer, you will be writing a lot of network calls. Pretty much every app, in one way or another, makes an API call, and it’s…
iOS dev
https://aldo10012.medium.com/building-an-ios-networking-sdk-part-2-adding-downloads-aea69ab8388a
Medium
Building an iOS Networking SDK — Part 2 — adding downloads
In any robust iOS project, it’s essential to have your networking layer well organized and capable of handling many possible tasks. In my…