From 4ddda34b17979e64ddf2e1bb289979d842deecc2 Mon Sep 17 00:00:00 2001 From: alex mitre Date: Tue, 3 Mar 2026 19:07:20 -0600 Subject: [PATCH] docs: add Apple SwiftUI project tutorial to Swift resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3119b7..04d928f1 100644 --- a/README.md +++ b/README.md @@ -653,6 +653,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Swift: - [Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read) +- [Apple SwiftUI Tutorials (Build Apps by Creating Real Projects)](https://developer.apple.com/tutorials/swiftui) - [Retro first-person shooter from scratch](https://github.com/nicklockwood/RetroRampage) ## Additional Resources