iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
5.97K
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.9K subscribers
iOS dev
https://swiftui-lab.com/swiftui-animations-part6/
iOS dev
https://www.swiftconf.to/
iOS dev
https://developer.apple.com/documentation/xcode-release-notes/xcode-15_1-release-notes
Apple Developer Documentation
Xcode 15.1 Release Notes | Apple Developer Documentation
Update your apps to use new features, and test your apps against API changes.
iOS dev
https://www.swift.org/blog/swift-everywhere-windows-interop/
Swift.org
Swift Everywhere: Using Interoperability to Build on Windows
This post was originally published at Speaking in Swift by The Browser Company under the title “Interoperability: Swift’s Super Power”.
iOS dev
https://github.com/apple/swift-distributed-actors
GitHub
GitHub - apple/swift-distributed-actors: Peer-to-peer cluster implementation for Swift Distributed Actors
Peer-to-peer cluster implementation for Swift Distributed Actors - apple/swift-distributed-actors
iOS dev
https://developer.apple.com/forums/thread/732320
The Care and Feeding of Developer ID
iOS dev
https://swiftwithmajid.com/2023/10/10/sensory-feedback-in-swiftui/
Swift with Majid
Sensory feedback in SwiftUI
SwiftUI introduced the new sensoryFeedback view modifier, allowing us to play haptic feedback on all Apple platforms. This week, we will learn how to use the sensoryFeedback modifier to give haptic feedback on different actions in our apps.
iOS dev
https://www.avanderlee.com/concurrency/preconcurrency-checking-swift/
SwiftLee
@preconcurrency: Incremental migration to concurrency checking
The @preconcurrency attribute allows you to suppress Sendable-related warnings emitted from 3rd party libraries temporarily.
iOS dev
https://exyte.com/blog/swiftui-animated-tabbar
Exyte
SwiftUI Tutorial - Animated TabBar
Building a customisable tab bar with animation presets using SwiftUI
iOS dev
https://useyourloaf.com/blog/replacing-ibdesignable-with-xcode-previews/
Use Your Loaf - iOS Development News & Tips
Replacing IBDesignable with Xcode Previews
If you're still using IBDesignable and IBInspectable it's time to migrate to Xcode Previews.
iOS dev
https://www.polpiella.dev/info-plist-swift-cli
www.polpiella.dev
Adding an Info.plist file to a Swift executable
Find out how to add extra information to your Swift command-line tool through an Info.plist file while keeping it as a single-file executable.
iOS dev
https://augmentedcode.io/2023/10/16/changes-to-structured-logging-in-xcode-15/
Augmented Code
Changes to structured logging in Xcode 15
Apps log a lot of information to the debug console in Xcode which at some point might get overwhelming and makes it difficult to understand what is going on. The information of what we are interest…
iOS dev
https://movingparts.io/composable-styles-in-swiftui
Moving Parts
Composable Styles in SwiftUI
A look at how to compose styles and how to make custom views support composable styles.
iOS dev
https://www.curiousalgorithm.com/post/ios-navigation-series-data-flow-data-sharing-using-swiftui
Curious Algorithm
iOS Navigation Series: Data Flow & Data Sharing using SwiftUI
Learn how to manage data flow and share data when using a NavigationStack and TabView.
iOS dev
https://www.woodys-findings.com/posts/async-queue
Woody's findings
AsyncQueue
Articles and tutorials about macOS and Swift development
iOS dev
https://tonsky.me/blog/unicode/
tonsky.me
The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)
Modern extension to classic 2003 article by Joel Spolsky
iOS dev
https://vimeo.com/showcase/10672108
Vimeo
NSSpain XI (2023)
Join the web’s most supportive community of creators and get high-quality tools for hosting, sharing, and streaming videos in gorgeous HD with no ads.
iOS dev
https://blog.timac.org/2023/1019-state-of-swift-and-swiftui-ios17/
blog.timac.org
Apple’s use of Swift and SwiftUI in iOS 17
iOS dev
https://www.pointfree.co/blog/posts/116-being-a-good-citizen-in-the-land-of-swiftsyntax
www.pointfree.co
Being a good citizen in the land of SwiftSyntax
How can you be a good citizen in the new world of SwiftSyntax proliferation? Follow our advice to keep the greater Swift ecosystem healthy and thriving.
iOS dev
https://swiftwithmajid.com/2023/10/17/mastering-preview-macro-in-swift/
Swift with Majid
Mastering Preview macro in Swift
Xcode Preview Canvas is a crucial part of my development experience. Previews have significant changes this year by introducing the new #Preview macro. This week, we will learn about using the new #Preview macro and the benefits of this approach.