Repository: SwiftEducation/presentations Branch: master Commit: efeeba49aa87 Files: 23 Total size: 1.9 KB Directory structure: gitextract_d7t5n0yd/ ├── .gitignore ├── AdaptiveUserInterfaces.key ├── AsynchronousMethods.key ├── CONTRIBUTING.md ├── Closures.key ├── CompilationAndLinking.key ├── DelegatesAndDelegation.key ├── Enumerations.key ├── Initialization.key ├── LICENSE ├── ModelViewController.key ├── NavigationControllers.key ├── Notifications.key ├── PickerViews.key ├── Protocols.key ├── README.md ├── RunLoopsAndNSTimer.key ├── SavingUserPreferences.key ├── TabBarControllers.key ├── TableViewControllers.key ├── Teaching App Development with Swift.kth ├── ToolsAndTechnologies.key └── XcodeUserInterfaceAnatomy.key ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ .DS_Store ================================================ FILE: CONTRIBUTING.md ================================================ # How to Contribute ## Post an Issue If you discover an error, please [add an issue](https://github.com/SwiftEducation/presentations/issues) here on GitHub. Feature requests are welcome. However, this is a community effort, so pull requests are preferred. ## Create a Pull Request Fork the project, check out the develop branch, create a new branch, commit your changes, and then create a pull request. Please submit your pull request to the **develop** branch of this repository. The **master** branch is for production-ready code and should not contain incomplete features. Development occurs on the **develop** branch. Once your pull request is accepted, it will be merged into **master**. ## Impacts to Lesson Plans Please note that, because these presentations complement the lesson plans in the [Teaching App Development with Swift](http://swifteducation.github.io) course materials, you may also need to submit an issue or pull request in the [Teaching App Development with Swift repository](http://github.com/SwiftEducation/teaching-app-dev-swift). ================================================ FILE: LICENSE ================================================ This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, by Yong Bakos. https://creativecommons.org/licenses/by-nc-sa/4.0/ ================================================ FILE: README.md ================================================ ## Deprecation Warning The Swift Education materials are out of date, and are no longer maintained. # Teaching App Development with Swift ## Keynote Presentations This repository contains short Keynote presentations that illustrate specific concepts about Swift, iOS app development, and Apple developer tools. These presentations are part of the [Teaching App Development with Swift](http://swifteducation.github.io) course materials for instructors. ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md). ## License This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/), by Yong Bakos.
gitextract_d7t5n0yd/ ├── .gitignore ├── AdaptiveUserInterfaces.key ├── AsynchronousMethods.key ├── CONTRIBUTING.md ├── Closures.key ├── CompilationAndLinking.key ├── DelegatesAndDelegation.key ├── Enumerations.key ├── Initialization.key ├── LICENSE ├── ModelViewController.key ├── NavigationControllers.key ├── Notifications.key ├── PickerViews.key ├── Protocols.key ├── README.md ├── RunLoopsAndNSTimer.key ├── SavingUserPreferences.key ├── TabBarControllers.key ├── TableViewControllers.key ├── Teaching App Development with Swift.kth ├── ToolsAndTechnologies.key └── XcodeUserInterfaceAnatomy.key
Condensed preview — 23 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2K chars).
[
{
"path": ".gitignore",
"chars": 10,
"preview": ".DS_Store\n"
},
{
"path": "CONTRIBUTING.md",
"chars": 1064,
"preview": "# How to Contribute\n\n## Post an Issue\n\nIf you discover an error, please [add an issue](https://github.com/SwiftEducation"
},
{
"path": "LICENSE",
"chars": 178,
"preview": "This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, by Yong B"
},
{
"path": "README.md",
"chars": 707,
"preview": "## Deprecation Warning\n\nThe Swift Education materials are out of date, and are no longer maintained.\n\n# Teaching App Dev"
}
]
// ... and 19 more files (download for full content)
About this extraction
This page contains the full source code of the SwiftEducation/presentations GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 23 files (1.9 KB), approximately 658 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.