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://bryce.co/xcode-vim-map/
bryce.co
Convincing Xcode to Map Vim Keys
Figuring out how to politely ask some Xcode functions to respect my vim settings.
iOS dev
https://www.andyibanez.com/posts/understanding-actors-in-the-new-concurrency-model-in-swift/
Andy Ibanez - iOS Developer
Understanding Actors in the New Concurrency Model in Swift
Learn how to use actors in Swift to isolate mutable state and make concurrency safer.
iOS dev
https://holyswift.app/how-to-do-apis-constraints-with-available-in-swift
Holy Swift
How to Make APIs Constraints in Swift - Holy Swift
This is how to make APIs Constraints in Swift. How to use deprecated, introduced, message, renamed, and unavailable with examples.
iOS dev
https://swiftrocks.com/staticstring-in-swift
Swiftrocks
StaticString, and how it works internally in Swift
StaticString is an interesting type in Swift. Let's see how it works!
iOS dev
https://www.fivestars.blog/articles/onsubmit/
FIVE STARS
SwiftUI's new onSubmit modifier | FIVE STARS
A dive into the new search and textfield submission pattern
iOS dev
https://www.avanderlee.com/swift/async-let-asynchronous-functions-in-parallel/
SwiftLee
Async let explained: call async functions in parallel
Async let allows executing multiple async methods in parallel and awaiting all results together for better performance in your apps.
iOS dev
https://manasaprema04.medium.com/adding-multiple-projects-in-one-xcode-project-9d9a0d719131
Medium
Creating multiple projects in one Xcode project
Hi friends, in this blog we will discuss about how multiple projects are handled in iOS.
iOS dev
https://betterprogramming.pub/better-swift-with-with-4b071b5ac394
Medium
Write Better Swift Code With With()
Bring a Kotlin like functional pattern to your Swift toolkit
iOS dev
https://betterprogramming.pub/7-ways-to-link-swiftui-views-to-spritekit-scene-58180a57ab58
Medium
7 Ways to Link SwiftUI Views to SpriteKit Scene
A look at some different ways to link a class with a SwiftUI interface
iOS dev
https://theswiftdev.com/how-to-build-better-command-line-apps-and-tools-using-swift/
Theswiftdev
How to build better command line apps and tools using Swift? - The.Swift.Dev.
These tips will help you to create amazing CLI tools, utility apps, server side projects or terminal scripts using the Swift language.
iOS dev
https://prograils.com/swift-date-handler
Prograils.com
How to create a Swift date handler for iOS apps? | Prograils
Learn how to build a useful date handler for your iOS apps written in Swift! This tutorial contains step-by-step instructions.
iOS dev
https://useyourloaf.com/blog/configuring-swiftui-fetch-requests
Use Your Loaf
Configuring SwiftUI Fetch Requests
Dynamically configure a Core Data fetch request for use with SwiftUI.
iOS dev
https://www.swiftbysundell.com/articles/using-an-unknown-default-case-within-a-switch-statement/
Swift by Sundell
Using ‘@unknown default’ within switch statements | Swift by Sundell
What Swift’s @unknown attribute does, and why the compiler tells us to use it when switching on certain enums.
iOS dev
https://www.jessesquires.com/blog/2021/08/08/different-ways-to-observe-properties-in-swift/
Jesse Squires
Different ways to observe properties in Swift
After I wrote and released Foil, my library for implementing a property wrapper for UserDefaults, one of the criticisms on Twitter was that a mechanism for o...
iOS dev
https://www.fivestars.blog/articles/xcode-13-beta-5
FIVE STARS
What's new in Xcode 13 beta 5 | FIVE STARS
Links handling, ContentShapeKinds, and more!
iOS dev
https://www.fivestars.blog/articles/swiftui-windows/
FIVE STARS
How to layer multiple windows in SwiftUI | FIVE STARS
A complete guide on managing multiple windows in SwiftUI
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/implementing-three-column-navigation-in-swiftui/
SerialCoder.dev
Implementing Three Column Navigation in SwiftUI - SerialCoder.dev
Learn how to implement three-column navigation in SwiftUI and make macOS and iPad apps that provide navigation experience familiar to users.
iOS dev
https://www.raywenderlich.com/24426963-snapshot-testing-tutorial-for-swiftui-getting-started
kodeco.com
Snapshot Testing Tutorial for SwiftUI: Getting Started
Learn how to test your SwiftUI iOS views in a simple and fast way using snapshot testing.
iOS dev
https://pspdfkit.com/blog/2021/reverse-engineering-uikit/
PSPDFKit
Reverse Engineering UIKit to Fix Our Top Crash | PSPDFKit
This blog post describes the process of reverse engineering UIKit to identify and fix our top crash in PSPDFKit for iOS.
iOS dev
https://swiftrocks.com/code-generation-with-sourcekit
Swiftrocks
Adding Intelligent Code Generation to Swift Projects with SourceKit
I've been playing with intelligent code generation for a couple of years now, and I'd like to show you how to achieve this with SourceKit.