iOS dev
@iosdevio
10.8K
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.8K subscribers
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/performing-actions-on-value-changes-in-swiftui/
SerialCoder.dev
Performing Actions On Value Changes In SwiftUI - SerialCoder.dev
Read how to observe value changes and trigger additional actions when these happen with the onChange(_:) view modifier in SwiftUI.
iOS dev
https://peterfriese.dev/swiftui-listview-part4/
iOS dev
https://www.avanderlee.com/swift/sendable-protocol-closures/
SwiftLee
Sendable and @Sendable closures explained with code examples
The Sendable protocol and @Sendable attribute help to eliminate data races and create thread-safety in Swift Concurrency.
iOS dev
https://holyswift.app/testing-your-codables-with-one-line-python-script-in-swift
Holy Swift
Testing your Swift codables with Python - Holy Swift
How to test codable using a python local server. Learn how to test your swift code fast with a python script in iOS.
iOS dev
https://www.swiftbysundell.com/articles/specialized-extensions-using-generic-type-constraints/
Swift by Sundell
Specialized extensions using generic type constraints | Swift by Sundell
How Swift’s generics system enables us to create specialized extensions that only apply to types that fit certain requirements, and how that capability can be really useful.
iOS dev
https://swift.org/blog/distributed-actors/
Swift.org
Introducing Swift Distributed Actors
We’re thrilled to announce a new open-source package for the Swift on Server ecosystem, Swift Distributed Actors, a complete server-oriented cluster library for the upcoming distributed actor language feature!
iOS dev
https://www.enekoalonso.com/articles/first-time-using-xcode-cloud
enekoalonso.com
First time using Xcode Cloud
Here I am, finally got access to Xcode Cloud, so let’s give it a shot and see how it works. I’ll be writing this post as I go, and learn how to use it. More ...
iOS dev
https://www.jessesquires.com/blog/2021/10/25/delete-app-during-ui-tests/
Jesse Squires
Deleting your app from the iOS simulator during UI tests
In last week’s issue of iOS Dev Weekly, Dave linked to this tweet from Mohammad Azam, which linked to this StackOverflow post on resetting your app between U...
iOS dev
https://medium.com/gojekengineering/courier-a-realtime-lightweight-messaging-highway-in-ios-with-mqtt-1dc7dffa951a
Medium
Building A Messaging Highway For Our iOS Apps
Here is a summary of the previous posts so far in the series:
iOS dev
https://www.fivestars.blog/articles/how-to-define-environment-values/
FIVE STARS
How to define custom SwiftUI environment values | FIVE STARS
How we can extend EnvironmentValues with our custom values
iOS dev
https://www.fivestars.blog/articles/xcode-13-2-beta-1/
FIVE STARS
What's new in Xcode 13.2 beta 1 | FIVE STARS
Large Content Viewer and a lot of documentation updates.
iOS dev
https://swiftsenpai.com/swift/understanding-task-groups/
Swift Senpai
Understanding Swift Task Groups With Example - Swift Senpai
In this article, learn how to create a task group, add child tasks to a task group, and gather results from all the child tasks.
iOS dev
https://devtechie.medium.com/new-in-swiftui-3-primaryaction-for-menu-384a16501b54
Medium
New in SwiftUI for iOS 15: PrimaryAction for Menu
Let’s build a slide-out menu — like the navigation drawer
iOS dev
https://swiftwithmajid.com/2021/10/28/blur-effect-and-materials-in-swiftui/
Swift with Majid
Blur effect and materials in SwiftUI
SwiftUI has the blur view modifier from the very first day. It allows us to build super custom blur effects quickly. On the other hand, SwiftUI Release 3 gives us the new Material type that specifies different blur effects defined in Human Interface Guidelines.…
iOS dev
https://swiftrocks.com/enabling-module-stability-in-swift-package-manager-projects
Swiftrocks
Enabling Module Stability in Swift Package Manager Projects
Uh-oh! You've been visited by the module stability fairy. Let's see how to solve this classic error.
iOS dev
https://swiftrocks.com/how-to-solve-any-ios-crash-ever
Swiftrocks
How To Solve Any iOS Crash Ever
Ever had a crash in which you had absolutely no idea what was going on, and no amount of testing allowed you to reproduce the issue? If so, you've come to the right place!
iOS dev
https://cornerbit.tech/working-with-the-api-calls-in-the-playgrounds/
iOS dev
https://movingparts.io/fonts-in-swiftui
Moving Parts
SwiftUI under the Hood: Fonts
A look at what we've lost going from UIFont to SwiftUI and what it takes to get it back.
iOS dev
https://www.mongodb.com/developer/how-to/swiftui-previews/
Mongodb
Making SwiftUI Previews Work For You | MongoDB
Learn how to make SwiftUI previews to write better iOS apps faster
iOS dev
http://aplus.rs/2021/async-operation-coredata-save/
Async Operation for Core Data imports