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://swiftwithmajid.com/2024/07/09/introducing-entry-macro-in-swiftui/
Swift with Majid
Introducing Entry macro in SwiftUI
The Swift macros feature became very popular last year in the community and inside Apple. As a result, the SwiftUI framework introduced a set of macro types that helped us reduce boilerplates in our codebases. This week, we will talk about the Entry macro…
iOS dev
https://www.avanderlee.com/xcode/inspect-network-traffic-simulator/
SwiftLee
Inspect network traffic using the Xcode Simulator
Discover the importance of inspecting network traffic in app development. Explore different tools and optimize your app's performance.
iOS dev
https://augmentedcode.io/2024/07/15/scrollview-phase-changes-on-ios-18/
Augmented Code
ScrollView phase changes on iOS 18
In addition to scroll related view modifiers covered in the previous blog post, there is another one for detecting scroll view phases aka the state of the scrolling. The new view modifier is called…
iOS dev
https://fatbobman.com/en/posts/list-or-lazyvstack/
fatbobman.com
List or LazyVStack - Choosing the Right Lazy Container in SwiftUI
Explore SwiftUI's List and LazyVStack. Understand their differences, performance, and when to use each for optimal UI development and data display.
iOS dev
https://fatbobman.com/en/posts/merging-swift-string-catalogs-in-a-multi-package-monorepo/
fatbobman.com
Techniques for Automatic Merging of String Catalogs in Multi-Package Monorepos
Learn how to automatically merge String Catalogs across Swift packages in a monorepo during your main app's build, avoiding manual steps. Simplify i18n for Swift apps.
iOS dev
https://touchlab.co/xcode-kotlin-2-0
touchlab.co
Xcode-Kotlin 2.0 Release
Huge improvement to Kotlin Multiplatform debugging in Xcode.
iOS dev
https://swifttoolkit.dev/posts/swiftui-meets-command-line
swifttoolkit.dev
Using SwiftUI in Command Line Tools
You can take advantage of SwiftUI even in your command line tools
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