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://fatbobman.com/en/posts/developing-an-infinite-four-direction-scrollable-pager-with-swiftui/
fatbobman.com
Developing an Infinite Four-Direction Scrollable Pager with SwiftUI
Explore how to build an infinite four-direction scrollable pager in SwiftUI, overcoming limitations and leveraging custom gestures. Learn key techniques and considerations.
iOS dev
https://swifttoolkit.dev/posts/building-swift-executables
swifttoolkit.dev
Building Swift Executables
Considerations and instructions for making your tool accessible to others
iOS dev
https://www.avanderlee.com/swiftui/memory-consumption-loading-uiimage-from-disk/
SwiftLee
Memory consumption when loading UIImage from disk
Optimize memory usage when loading images in iOS and SwiftUI. Learn best practices to minimize memory consumption & improve app performance.
iOS dev
https://www.swiftwithvincent.com/blog/5-very-useful-functions-from-swift-algorithms
Swift with Vincent
5 very useful functions from Swift Algorithms — Swift with Vincent
Swift Algorithms is an official package published by the Swift team, that contains useful methods for when you’re working with sequences and collections.
iOS dev
https://www.emergetools.com/blog/posts/swift-async-await-the-full-toolkit
Emergetools
Emerge Tools Blog | Async await in Swift: The Full Toolkit
Understand the range of tools in Swift Concurrency
iOS dev
https://www.createwithswift.com/formatting-time-in-a-text-view-in-swiftui/
Create with Swift
Formatting time in a Text view in SwiftUI
Discover how to format data about time to be displayed in a SwiftUI app.
iOS dev
https://medium.com/codex/leveling-up-your-debugging-skills-with-lldb-commands-in-xcode-464d797f4804
Medium
Leveling Up Your Debugging Skills with LLDB Commands in Xcode
Photo by Gabriel Heinzer on Unsplash
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.