iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.03K
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://mfaani.com/posts/swift/some-vs-any/
Mfaani
Some vs Any
What's the difference between some and any? Why do they both exist? Which should I prefer using?
iOS dev
https://digitalbunker.dev/debug-description-macro-xcode-16/
Digital Bunker
Using @DebugDescription in Xcode 16
Learn how the CustomDebugStringConvertible protocol and @DebugDescription macro in Xcode 16 enhance debugging by providing clear, custom debug outputs.
iOS dev
https://www.createwithswift.com/creating-custom-particle-emitters-with-realitykit/
Create with Swift
Creating custom particle emitters with RealityKit
Learn how to create a custom particle emitter with RealityKit in a SwiftUI app for visionOS.
iOS dev
https://www.createwithswift.com/linking-a-widget-to-a-specific-view-in-swiftui/
Create with Swift
Linking a widget to a specific view in SwiftUI
Learn how to open a specific view in your app when the widget is tapped.
iOS dev
https://levelup.gitconnected.com/swiftui-use-swiftdata-outside-a-view-in-a-manager-class-viewmodel-d6659e7d3ad9
Medium
SwiftUI: Use SwiftData outside a View (In a Manager Class/ViewModel)
Yes! And Same Idea Applies to UIKit Also!
iOS dev
https://nilcoalescing.com/blog/CustomizingTheAppearanceOfSymbolImagesInSwiftUI/
Nil Coalescing
Customizing the appearance of symbol images in SwiftUI
Learn how to adjust size, color, rendering modes, variable values, and design variants of SF Symbols in SwiftUI apps.
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