iPadOS 17.7.6 RC(21H423) https://t.co/ACRB0o2DAI
Apple
iPadOS 17.7.6 RC(21H423) - Releases - Apple Developer
View downloads
iOS 19 Redesign, State of Subscription Apps, Swift Concurrency, Screen Design Inspiration https://t.co/FmX7nF00CY
YouTube
iOS 19 Redesign, State of Subscription Apps, Swift Concurrency, Screen Design Inspiration
My Swift & SwiftUI Courses - https://seanallen.teachable.com/
Swift News Newsletter - https://swiftnews.kit.com/newsletter
Swift News Link Repo - https://github.com/SAllen0400/swift-news
In this episode of Swift News I keep you up to date on the latest in…
Swift News Newsletter - https://swiftnews.kit.com/newsletter
Swift News Link Repo - https://github.com/SAllen0400/swift-news
In this episode of Swift News I keep you up to date on the latest in…
Public-key cryptography with CryptoKit for iOS https://t.co/n4tN7zNu0D
Tanaschita
Public-key cryptography with CryptoKit for iOS
Learn how to implement public-key cryptography in iOS using CryptoKit. This guide covers encryption, digital signatures, and secure key exchange to protect sensitive data in our Swift apps.
Awaiting multiple async tasks in Swift https://t.co/6kiFoKAQVr
Swift with Majid
Awaiting multiple async tasks in Swift
A few weeks ago, we discussed Task Groups in Swift, which is an explicit way of executing multiple concurrent tasks and waiting for them to complete. This week, we’ll delve deeper into the topic by exploring the async-let syntax in Swift, which offers a convenient…
Late Night Silent Completions: Jiiiii — Part 491 https://t.co/B9Qwm8VOOC
YouTube
Late Night Silent Completions: Jiiiii — Part 491
Join Dimitri for some late night coding shenanigans while he makes an app from scratch!
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
Download Jiiiii, the app from this episode: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=YouTube&mt=8
Follow us on Mastodon: https://mastodon.socia…
Advanced SwiftUI Animations - PhaseAnimator - iOS 17+ https://t.co/lvGmxVlzcZ
YouTube
Advanced SwiftUI Animations - PhaseAnimator - iOS 17+
Check out Play to Xcode - https://createwithplay.com/play-to-xcode
Be a better iOS Dev - https://seanallen.teachable.com
In this video I show you how to use the PhaseAnimator modifier that is new in iOS 17 for SwiftUI. This modifier allows you to chain…
Be a better iOS Dev - https://seanallen.teachable.com
In this video I show you how to use the PhaseAnimator modifier that is new in iOS 17 for SwiftUI. This modifier allows you to chain…
Designing for Apple Intelligence: Extending your app features to the system https://t.co/E9icUiOqtm
Create with Swift
Designing for Apple Intelligence: Extending your app features to the system
Understand how bringing your app features to the system can improve your users' experience.
Behind the scenes of async functions https://t.co/YF3Y2jnoJI
Vitaly Batrakov
Behind the scenes of async functions
Learn how Swift Concurrency really works