iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.04K
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://www.fivestars.blog/articles/reverse-masks-how-to/
FIVE STARS
How to apply a reverse mask in SwiftUI | FIVE STARS
An exploration on how we can achieve masking effects beyond what SwiftUI offers.
iOS dev
https://trycombine.com/posts/thread-task-sleep/
try Code
The difference between Thread.sleep() and Task.sleep()
Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
iOS dev
https://sarunw.com/posts/how-to-mark-custom-button-style-with-uibuttonconfiguration/
Sarunw
How to make a custom button style with UIButton.Configuration in iOS 15 | Sarunw
Learn how to create an outline button style.
iOS dev
https://www.netguru.com/blog/hardcoded-keys-storage-mobile-app
Netguru
Hard-coded Tokens, Keys and Credentials in Mobile Apps
Mobile applications are often viewed as secure storage by developers. They are not, you should never store sensitive keys hard-coded inside mobile app.
iOS dev
https://www.avanderlee.com/swift/thread-sanitizer-data-races/
SwiftLee
Thread Sanitizer explained: Data Races in Swift
Learn how to use the Thread Sanitizer to catch Data Races in Swift. Fix flaky tests and weird crashes and see Data Race examples in Swift.
iOS dev
https://jobandtalent.engineering/value-integrity-in-swift-c5bf2b3f8340
Medium
Value integrity in Swift
Reaching the limits of statically typed systems
iOS dev
https://swiftwithmajid.com/2021/09/14/accessibility-rotors-in-swiftui/
Swift with Majid
Accessibility rotors in SwiftUI
SwiftUI Release 3 contains many new APIs that we can utilize to improve accessibility in our apps, and one of them is the new accessibilityRotor view modifier. This week we will learn how to use the accessibilityRotor view modifier to provide custom VoiceOver…
iOS dev
https://cornerbit.tech/barcode-detection-using-vision-framework/
iOS dev
https://www.mongodb.com/developer/how-to/realm-api-cache/
Mongodb
Build Offline-First Mobile Apps by Caching API Results in Realm | MongoDB
Learn how to make your mobile app always-on, even when you can't connect to your API.
iOS dev
https://holyswift.app/create-generic-factory-in-swift
Holy Swift
Generic Factory Pattern in Swift - Holy Swift
This article is a tutorial guide on how to create a Generic Factory Pattern in Swift. Learn this Swift design factory pattern now.
iOS dev
https://www.swiftbysundell.com/articles/using-combines-share-operator-to-avoid-duplicate-work/
Swift by Sundell
Using Combine’s share operator to avoid duplicate work | Swift by Sundell
How the share operator enables a Combine publisher to be reused without requiring duplicate work to be performed for each subscriber.
iOS dev
https://swift.org/blog/swift-5-5-released/
iOS dev
https://github.com/twostraws/whats-new-in-swift-5-5
GitHub
GitHub - twostraws/whats-new-in-swift-5-5
Contribute to twostraws/whats-new-in-swift-5-5 development by creating an account on GitHub.
iOS dev
https://cornerbit.tech/animals-detection-using-the-vision-framework
iOS dev
https://kristaps.me/blog/swiftui-three-ways-button/
Three brilliant ways to style button with SwiftUI
Kristaps Grinbergs - Blockchain, mobile and fullstack developer. Startup founder. Conference speaker. Mentor. Passionate about building products, sustainability and Web 3.0
Kristaps Grinbergs
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/disclosure-group-in-swiftui
iOS dev
https://serialcoder.dev/text-tutorials/ios-tutorials/using-action-closures-with-uikit-controls/
SerialCoder.dev
Using Action Closures with UIKit Controls - SerialCoder.dev
Explore how to use action closures with UIKit controls, the new alternative of the old good target-action pattern available since iOS 14.
iOS dev
https://aws-amazon-com.translate.goog/de/blogs/developer/announcing-new-aws-sdk-for-swift-alpha-release/?_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=ru&_x_tr_pto=ajax,elem
Amazon Web Services
Announcing new AWS SDK for Swift alpha release | Amazon Web Services
We’re excited to announce the alpha release of the new AWS SDK for Swift. Since 2010, AWS Mobile has provided customers with an iOS SDK, written in Objective C. While this SDK has served the iOS community for over a decade, the Swift community has grown in…
iOS dev
https://www.fivestars.blog/articles/swiftui-blend-modes/
FIVE STARS
SwiftUI blend modes | FIVE STARS
An exploration of all 21 SwiftUI blend modes, what they are, what they do, and more. With examples.
iOS dev
https://swiftsenpai.com/swift/actor-reentrancy-problem/
Swift Senpai
The Actor Reentrancy Problem in Swift - Swift Senpai
Learn what actor reentrancy problem is in a multithreaded context and how to prevent it so that it won't catch you off guard in the future.
iOS dev
https://sarunw.com/posts/different-ways-to-pass-closure-as-argument/
Sarunw
7 ways to pass a closure as an argument in Swift | Sarunw
There are many ways we can satisfy a closure argument. Some of them do not even look like closure. Let's learn all of them in this article.