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.