Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybakos committed Jun 8, 2015
0 parents commit 6646fb5
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file added AdaptiveUserInterfaces.key
Binary file not shown.
Binary file added AsynchronousMethods.key
Binary file not shown.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# How to Contribute

## Post an Issue

If you discover an error, please add an issue 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).
Binary file added Closures.key
Binary file not shown.
Binary file added CompilationAndLinking.key
Binary file not shown.
Binary file added DelegatesAndDelegation.key
Binary file not shown.
Binary file added Enumerations.key
Binary file not shown.
Binary file added Initialization.key
Binary file not shown.
3 changes: 3 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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/
Binary file added ModelViewController.key
Binary file not shown.
Binary file added Notifications.key
Binary file not shown.
Binary file added PickerViews.key
Binary file not shown.
Binary file added Protocols.key
Binary file not shown.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.

## 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.
Binary file added RunLoopsAndNSTimer.key
Binary file not shown.
Binary file added SavingUserPreferences.key
Binary file not shown.
Binary file added Teaching App Development with Swift.kth
Binary file not shown.
Binary file added ToolsAndTechnologies.key
Binary file not shown.
Binary file added XcodeUserInterfaceAnatomy.key
Binary file not shown.

0 comments on commit 6646fb5

Please sign in to comment.