Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Add some resources
Browse files Browse the repository at this point in the history
  • Loading branch information
anli5005 committed Jan 18, 2024
1 parent 9831c0e commit 8eaa630
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion content/pages/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,24 @@ title: Resources
activeMenuItem: resources
---

They exist
## Documentation

* [A Swift Tour](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/guidedtour/) - A brief overview of Swift
* [*The Swift Programming Language*](https://docs.swift.org/swift-book/documentation/the-swift-programming-language) - The official Swift language guide
* [Swift Standard Library](https://developer.apple.com/documentation/swift/swift-standard-library) - Documentation for basic types like `Int`, `String`, `Array`, etc.
* [Apple Developer Documentation](https://developer.apple.com/documentation/technologies) - Documentation for Apple frameworks and libraries
* [SwiftUI Tutorials](https://developer.apple.com/tutorials/swiftui) - Apple's official SwiftUI guided walkthrough

Apple's developer website lists [even more resources for Swift and iOS development](https://developer.apple.com/swift/resources/).

## Other Websites

* [Swift by Sundell](https://www.swiftbysundell.com)
* [Hacking with Swift](https://www.hackingwithswift.com)
* [Xcode Tips](https://xcode.tips)
* [SwiftLee](https://www.avanderlee.com)

## Memes

* [a meme page to check while Xcode is indexing files](https://twitter.com/ios_memes)
* [Text from Xcode](https://www.textfromxcode.com) (a bit dated, but still funny)

0 comments on commit 8eaa630

Please sign in to comment.