iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.07K
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.andyibanez.com/posts/structured-concurrency-with-group-tasks-in-swift/
Andy Ibanez - iOS Developer
Structured Concurrency With Task Groups in Swift
Learn about executing a dynamic amount of concurrency in Swift using Task Groups.
iOS dev
https://www.avanderlee.com/swift/mainactor-dispatch-main-thread/
SwiftLee
MainActor usage in Swift explained to dispatch to the main thread
MainActor in Swift replaces DispatchQueue.main and ensures tasks are performing on the main thread in a performant manner.
iOS dev
https://holyswift.app/using-tuples-to-complex-sorting-operations-in-swift
Holy Swift
Using Tuples to do Sorting Operations in Swift - Holy Swift
This is a tutorial guide on how to use Tuples to do Sorting Operations in Swift. Learn how to use this data structure in your code.
iOS dev
https://swiftrocks.com/how-actors-work-internally-in-swift
Swiftrocks
How Actors Work Internally in Swift
Lets explore how actors work under the hood, using Swift's own source code as a guide to finding out how they work inside the compiler.
iOS dev
https://www.swiftbysundell.com/articles/mutating-and-nonmutating-swift-contexts/
Swift by Sundell
Mutating and non-mutating Swift contexts | Swift by Sundell
What sort of capabilities that a mutating Swift context has, and what the mutating and nonmutating keywords do.
iOS dev
https://www.fivestars.blog/articles/xcode-13-beta-3
FIVE STARS
What's new in Xcode 13 beta 3 | FIVE STARS
A.k.a. the
iOS dev
https://dasdom.dev/posts/switch-to-log-when-building
dasdom
Automatically Switch to Build Log | dasdom
Xcode can switch to the build log automatically when building starts. Here is how.
iOS dev
https://kean.blog/post/open-sourcing-pulse
kean.blog
Open-Sourcing Pulse
Open-source developer tools
iOS dev
https://github.com/kean/Pulse
GitHub
GitHub - kean/Pulse: Network logger for Apple platforms
Network logger for Apple platforms. Contribute to kean/Pulse development by creating an account on GitHub.
iOS dev
https://github.com/lyft/hammer
GitHub
GitHub - lyft/Hammer: iOS touch synthesis library
iOS touch synthesis library. Contribute to lyft/Hammer development by creating an account on GitHub.
iOS dev
https://serialcoder.dev/text-tutorials/macos-tutorials/macos-programming-implementing-a-focusable-text-field-in-swiftui
SerialCoder.dev
macOS programming: Implementing a focusable text field in SwiftUI - SerialCoder.dev
Learn how to create a custom focusable text field for macOS in SwiftUI, and how to move focus among multiple text fields with the Tab key.
iOS dev
https://www.raywenderlich.com/22203552-resolver-for-ios-dependency-injection-getting-started
kodeco.com
Resolver for iOS Dependency Injection: Getting Started
Learn how to use Resolver to implement dependency injection in your SwiftUI iOS apps to achieve easily readable and maintainable codebases.
iOS dev
https://swiftwithmajid.com/2021/07/14/pull-to-refresh-in-swiftui/
Swift with Majid
Pull-to-Refresh in SwiftUI
Pull-to-refresh is a widespread User Interface pattern that we use to request a data update in our apps. The SwiftUI Release 3 provides a brand new way to set up a pull-to-refresh action using the new refreshable view modifier. This week, we will learn how…
iOS dev
https://thisdevbrain.com/how-to-format-dates-timeintervals-numbers-and-lists-in-ios-15/
This Dev Brain
How to format Dates, TimeIntervals, Numbers, and Lists in iOS 15 | This Dev Brain by Michal Tynior
Learn how to format Dates, TimeIntervals, Numbers, and Lists in iOS 15
iOS dev
https://thisdevbrain.com/how-to-format-date-components-with-attributedstring/
This Dev Brain
Learn how to format Date Components with AttributedString | This Dev Brain by Michal Tynior
Learn how to format Date Components with AttributedString.
iOS dev
https://useyourloaf.com/blog/swiftui-swipe-actions/
Use Your Loaf
SwiftUI Swipe Actions
SwiftUI gains swipe actions in iOS 15.
iOS dev
https://www.andyibanez.com/posts/introduction-to-unstructured-concurrency-in-swift/
Andy Ibanez - iOS Developer
Introduction to Unstructured Concurrency in Swift
Learn how to use unstructured concurrency in Swift with the new mechanism, when structured concurrency doesn't suit your needs.
iOS dev
https://www.swiftbysundell.com/articles/stroking-and-filling-a-swiftui-shape-at-the-same-time/
Swift by Sundell
Stroking and filling a SwiftUI shape at the same time | Swift by Sundell
How to compose multiple SwiftUI views to render a shape that’s both stroked and filled at the same time.
iOS dev
https://www.avanderlee.com/swift/dependency-injection/
SwiftLee
Dependency Injection in Swift using latest Swift features
Dependency Injection using latest Swift features allows you to mock data, and write tests easily without 3rd party dependencies.
iOS dev
https://hacknicity.medium.com/sf-symbol-changes-in-ios-15-fa40a332de3b
Medium
SF Symbol Changes in iOS 15
Introduction