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://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.
iOS dev
https://matteomanferdini.com/advanced-swift/
Matteo Manferdini
Powerful Advanced Swift Techniques for Complex Apps
Complex projects demands advanced Swift techniques for reusable, maintainable, and testable code. Expand your knowledge with powerful techniques.
iOS dev
https://holyswift.app/using-convert-function-to-make-animations-in-swift
Holy Swift
How to Use UIKit Convert Function in Swift - Holy Swift
Learn How to Use Convert Function in Swift. Learn animations on UIKit using the convert example in this article.
iOS dev
https://swiftwithmajid.com/2021/09/23/accessibility-focus-in-swiftui/
Swift with Majid
Accessibility focus in SwiftUI
One of the new features of SwiftUI Release 3 is accessibility focus management. SwiftUI allows us easily handle the focus state for assistive technologies like VoiceOver and Switch Control. This week we will learn how to use the AccessibilityFocusState property…
iOS dev
https://www.avanderlee.com/swift/race-condition-vs-data-race/
SwiftLee
Race condition vs. Data Race: the differences explained
Race conditions and Data Races can lead to unexpected behavior, and as an engineer it's important to know the differences between both.
iOS dev
https://www.swiftbysundell.com/articles/previewing-swiftui-views-in-landscape/
Swift by Sundell
Previewing SwiftUI views in landscape | Swift by Sundell
How to preview a SwiftUI view in landscape using Xcode 13, and how to enable that new feature to be used within projects that also support previous iOS versions.
iOS dev
https://swiftrocks.com/how-asyncsequence-works-internally-in-swift
Swiftrocks
How AsyncSequence works internally in Swift
As part of my series of articles about Swift's new Structured Concurrency features, let's take a look at how AsyncSequence works behind the curtains!