iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6K
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.swiftyplace.com/blog/swiftui-lazyvgrid-and-lazyhgrid
SwiftyPlace
SwiftUI LazyVGrid & LazyHGrid: Implementing Grid Collection Views - swiftyplace
Master SwiftUI LazyVGrid & LazyHGrid: Create flexible, adaptive grid layouts similar to CollectionView. How to use GridItem for efficient UI.
iOS dev
https://medium.com/@daviddvd19/xcodegen-getting-deeper-2932474a5b59
Medium
Xcodegen — Getting Deeper
In our first article about xcodegen (that you could read here) we covered:
iOS dev
https://www.douggregor.net/posts/swift-for-cxx-practioners-value-types/
Swift for C++ Practitioners, Part 1: Intro & Value Types
iOS dev
https://www.polpiella.dev/image-to-image-local-stable-diffusion-pipelines-with-controlnet-and-core-ml
www.polpiella.dev
Image to image local Stable Diffusion pipelines with ControlNet in Swift
How to use Core ML and Swift to modify existing images with Stable Diffusion and ControlNet.
iOS dev
https://www.swiftwithvincent.com/blog/how-to-write-unit-tests-for-code-performance
Swift with Vincent
How to write Unit Tests for Code Performance
⏱️
— Swift with Vincent
You’re more of a video kind of person? I’ve got you covered! Here’s a video with the same content than this article
🍿
iOS dev
https://www.avanderlee.com/concurrency/concurrency-safe-global-variables-to-prevent-data-races/
SwiftLee
Concurrency-safe global variables to prevent data races
Concurrency-safe global variables prevent you from running into data races, especially when you've enabled strict concurrency checking.
iOS dev
https://www.finnvoorhees.com/words/reading-and-writing-spatial-photos-with-image-io
Finnvoorhees
Reading and Writing Spatial Photos with Image I/O
iOS dev
https://maskray.me/blog/2024-01-14-exploring-object-file-formats
MaskRay
Exploring object file formats
My journey with the LLVM project began with a deep dive into the world of lld and binary utilities. Countless hours were spent unraveling the intricacies of object file formats and shaping LLVM's rele
iOS dev
https://holyswift.app/the-flexible-swift-error-handling/
Holy Swift
The Flexible Swift Error Handling - Holy Swift
Explore Swift's error handling techniques, from 'throw' and 'catch' to 'Result' type and optionals, and master robust iOS app development
iOS dev
https://developer.apple.com/support/dma-and-apps-in-the-eu
Apple
Update on apps distributed in the European Union - Support - Apple Developer
Apple is sharing changes to iOS, Safari, and the App Store impacting developers’ apps in the European Union (EU) to comply with the Digital Markets Act (DMA). These changes create new options for developers.
iOS dev
https://developer.apple.com/news/?id=f1v8pyay
Apple
Apple introduces new options worldwide for streaming game services and apps that provide access to mini apps and games - Latest…
New analytics reports coming in March for developers everywhere Developers can also enable new sign-in options for their apps Today, Apple is introducing new options for how apps globally can deliver in-app experiences to users, including streaming games…
iOS dev
https://blog.eidinger.info/a-new-access-modifier-in-swift-package
Swifty Tech by Marco Eidinger
A new access modifier in Swift: package
Detailed explanation about Swift's new package access modifier introduced in Swift 5.9
iOS dev
https://wadetregaskis.com/swiftui-main-thread-hang-detector/
SwiftUI main thread hang detector
iOS dev
https://wadetregaskis.com/downcasting-in-a-for-loop/
Downcasting in a for loop
iOS dev
https://scottsmithdev.com/an-approach-to-handling-app-launch-states-in-swiftui
Scott Smith Dev
An Approach to Handling App Launch States in SwiftUI
Let's explore how we can show specific Views for different launch states while your SwiftUI app is opening & loading up. Giving users an awesome experience every time, and making your code super easy to maintain and follow. I have a deep love for enu...
iOS dev
https://blog.thomasdurand.fr/story/2024-01-21-one-way-binding/
Dean’s blog
One-way bindings in SwiftUI
Communication between views in SwiftUI can be tricky. As explained in a previous story about SwiftUI State monitoring, SwiftUI PropertyWrappers offer us a lot by hiding some complexity of managing the source of truth for our views. However, they can…
iOS dev
https://medium.com/the-swift-cooperative/swiftui-view-models-a-polymorphic-approach-8911a992892b
Medium
SwiftUI View Models: A Polymorphic Approach
Photo by Possessed Photography on Unsplash
iOS dev
https://www.avanderlee.com/swiftui/scrollview-bounce-behavior/
SwiftLee
ScrollView Bounce Behavior configuration in SwiftUI
ScrollView Bounce behavior configuration in SwiftUI allows you to disable bouncing based on the size of the inner content.
iOS dev
https://www.youtube.com/watch?v=B3JSgcXjsL8
YouTube
SwiftData Background Tasks: Massively Improve Your Apps Performance | SwiftData Tutorial | #12
SwiftData Background Tasks: Massively Improve Your Apps Performance
**********************************
*Timestamps:*
00:00 - Intro
00:23 - Project Intro
00:43 - Performance Issues On Main Thread
04:15 - Using @ModelActor In SwiftData
06:52 - Saving Data…
iOS dev
https://swdevnotes.com/swift/2024/scroll-transition-effects-in-ios-17/
Swdevnotes
Scroll transition effects in iOS 17
How to customise Scroll transition effects in iOS 17