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://medium.com/realm/using-maps-and-location-data-in-your-swiftui-realm-app-da5a880f7517
Medium
Using Maps and Location Data in Your SwiftUI (+Realm) App
Introduction
iOS dev
https://www.alexanderlogan.co.uk/wwdc21/006-materials/
alexanderlogan.co.uk
Materials
Elevate your interfaces using the new materials.
iOS dev
https://useyourloaf.com/blog/testing-core-data-in-a-swift-package/
Use Your Loaf
Testing Core Data In A Swift Package
If you've placed your Core Data model, or some other type of resource, in a Swift Package you may be surprised when you can't access it from unit tests in the package.
iOS dev
https://www.fivestars.blog/articles/button-styles-2/
FIVE STARS
Meet the new Button styling | FIVE STARS
Buttons have gained a few new tricks this year, let's see how we can take advantage of them!
iOS dev
https://swiftwithmajid.com/2021/07/07/mastering-asyncimage-in-swiftui/
Swift with Majid
Mastering AsyncImage in SwiftUI
During our careers, we primarily build apps that work with web services to retrieve and upload data. Remote image is one type of that data that we need to download and display. SwiftUI provides us the AsyncImage type, which is a view that downloads and shows…
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.