This github repository holds references for, and scripts resulting from, various Swift projects
Videos
AI/ML Blogs
Apple ML Research Website & Papers (including ones on arXiv)
Apple ML Models & Resources
- Apple Ferret
- Apple mlX - MLX is a NumPy-like array framework designed for efficient and flexible machine learning on Apple silicon - Github
Books
-
Learning Swift 4, 3rd Edition - iOS 11 - Jonathon Manning, Paris Buttfield-Addison & Tim Nugent - 2018
-
Learn Swift 4 by Building Applications - Emil Atanasov - 2018
-
IOS Apps for Masterminds, 4th Edition - iOS 12 - J.D. Gauchat -2018
-
UIKit for Masterminds, 1st Edition - iOS 15 - J.D. Gauchat - 2021
-
Swift UI for Masterminds, 3rd Edition - iOS 16 - J.D. Gauchat - 2022
-
SwiftUI Apprentice - Swift 5.7, iOS 16, Xcode 14.2 - Caroline Begbie & Audrey Tam - 2023
Open Source Swift Resources
Integrated Development Environments
Keyboard shortcuts
-
Splat (command) a = select all
-
Splat c = copy
-
Splat v = paste
-
Control + I = Align code
-
Command + /: Toggle comment/uncomment for the selected lines
-
Command + [: Shift the selected line or lines one tab to the left
-
Command + ]: Shift the selected line or lines one tab to the right
-
Command + Option + [: Fold the current block of code
-
Command + Option + ]: Unfold the current block of code
-
Command B: Build app
License