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.rudrank.com/exploring-metal-creating-parameritzed-noise-effect/
Rudrank Riyam
Exploring Metal: Creating Parameterised Noise Effect
Discover how SwiftUI simplifies Metal framework integration for stunning visual effects. Learn to create a parameterized noise shader for an Aurora Borealis effect with user-controlled intensity, frequency, and opacity.
iOS dev
https://www.donnywals.com/solving-value-of-non-sendable-type-accessed-after-being-transferred-later-accesses-could-race/
Donny Wals
Solving “Value of non-Sendable type accessed after being transferred; later accesses could race;” – Donny Wals
Once you start migrating to the Swift 6 language mode, you’ll most likely turn on strict concurrency first. Once you’ve done this there will be several warings and errors that you’ll encounter and…
iOS dev
https://www.rudrank.com/exploring-app-intents-creating-first-app-intent/
Rudrank Riyam
Exploring App Intents: Creating Your First App Intent
App Intents expose your app's actions to iOS, Siri, and Shortcuts, making it accessible & discoverable. This guide introduces the basics of App Intents, explaining what they are, why they're important, & how to create a simple AppIntent. Learn to extend app's…
iOS dev
https://www.polpiella.dev/scrollable-zstack
www.polpiella.dev
How to make ZStack content fully scrollable in a SwiftUI ScrollView
How to calculate the correct content size for a ScrollView when using a ZStack with overlapping views using offsets in SwiftUI.
iOS dev
https://useyourloaf.com/blog/swiftui-previewable-macro/
Use Your Loaf - iOS Development News & Tips
SwiftUI Previewable Macro
Apple added the Previewable macro to iOS 18. This generates the boilerplate wrapper view you need to preview a view with State bindings.
iOS dev
https://www.createwithswift.com/lexical-classification-with-the-natural-language-framework/
Create with Swift
Lexical classification with the Natural Language framework
Learn how to identify nouns, adjectives, and more with the Natural Language framework in a SwiftUI app.
iOS dev
https://www.createwithswift.com/transcribing-audio-from-a-file-using-the-speech-framework/
Create with Swift
Transcribing audio from a file using the Speech framework
Learn how to transcribe text from an audio file using the Speech framework in a SwiftUI application.
iOS dev
https://swiftwithmajid.com/2024/08/20/typed-throws-in-swift/
Swift with Majid
Typed throws in Swift
Swift was promoted as a type-safe programming language on its very first day, and it is solid and safe in many aspects. The part of type safety that needed to be added was throwing functions. Swift 6.0 introduces typed throws, and we will learn all about…
iOS dev
https://objective-see.org/blog/blog_0x7B.html
objective-see.org
The Hidden Treasures of Crash Reports
Analyzing crash reports reveals malware, bugs, & much more!
iOS dev
https://blog.vapor.codes/posts/the-future-of-vapor/
The Vapor Blog
The Future of Vapor | The Vapor Blog
Discussing what the future holds for Vapor
iOS dev
https://www.createwithswift.com/reading-qr-codes-and-barcodes-with-the-vision-framework/
Create with Swift
Reading QR codes and barcodes with the Vision framework
Learn how to read information from QR codes and barcodes using the Vision framework in a SwiftUI app.
iOS dev
https://www.emergetools.com/blog/posts/open-sourcing-emerge-tools-hackernews-app
Emergetools
Emerge Tools Blog | Dogfooding Emerge Tools: Open-sourcing an Android Hacker News App
Introducing our new open-source Hacker News client for Android, built to dogfood Emerge Tools products and showcase best practices in Android development.
iOS dev
https://swiftwithmajid.com/2024/09/03/custom-hover-effects-in-swiftui/
Swift with Majid
Custom hover effects in SwiftUI
Since purchasing Apple Vision Pro, I have been fully immersed in adapting my applications to visionOS. The first thing I noticed on the device was the need to customize hover effects in some views. This week, we will talk about building custom hover effects…
iOS dev
https://www.neilmacy.co.uk/blog/switch-control-excluding-a-swiftui-view
Neil Macy
Hiding A SwiftUI View From Switch Control | Neil Macy
Switch Control is a great iOS accessibility feature, but unlike VoiceOver, it doesn't need to interact with every component on the screen. Here's how to hide a SwiftUI View from it.
iOS dev
https://www.donnywals.com/animating-sf-symbols-on-ios-18/
Donny Wals
Animating SF Symbols on iOS 18 – Donny Wals
Over the years, Apple has been putting tons of work into the SF Symbols catalog. With SF Symbols, we’re able to leverage built-in iconography that will look familiar to users while also fitting into…
iOS dev
https://www.swiftjectivec.com/The-AirDrop-Conundrum-Passing-App-Models-via-AirDrop/
Swiftjective-C
The AirDrop Conundrum: Passing Custom Models From and To Your App
To AirDrop a custom model from your app, you need to know about a few different APIs. Unfortunately, it's not as smooth as it used to be as of iOS 17.
❤
1
iOS dev
https://swift.mackarous.com/posts/2024/09/modifiers-container-relative-frame/
Swift.Mackarous
SwiftUI Modifiers Deep Dive: containerRelativeFrame | Swift.Mackarous
Welcome to the SwiftUI Modifiers Deep Dive series, where we take a closer look at one SwiftUI modifier each week. In this series, I’ll explore the ins and outs of each modifier, breaking down its functionality and use cases. Whether you’re new to SwiftUI…
iOS dev
https://swift.mackarous.com/posts/2024/09/introducing-localize-macro/
Swift.Mackarous
Introducing the #Localize Macro for Swift | Swift.Mackarous
Simplify your localization workflow across both app targets and Swift packages with the new Localize macro. With just a single line of code, you can easily localize strings without worrying about package-specific configurations. This macro reduces the boilerplate…
iOS dev
https://ksemianov.github.io/articles/loading-button/
Swift with Konstantin
Building a SwiftUI LoadingButtonStyle | Swift with Konstantin
How to make a SwiftUI ButtonStyle that shows a ProgressView during an async operation.
iOS dev
https://useyourloaf.com/blog/swiftdata-expressions/
Use Your Loaf - iOS Development News & Tips
SwiftData Expressions
SwiftData adds predicate expressions in iOS 18.