Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halilozel1903/developing-ios-12-apps-with-swift
It is a repo of the projects and examples described in the CS193P course at Stanford University. 🏫
https://github.com/halilozel1903/developing-ios-12-apps-with-swift
apple-developer apple-developers ios mvc-design-pattern mvc-pattern swift swift-basic swift-programming swift-programming-language swift-projects swift-tutorial swift-tutorials swift5 xcode
Last synced: 4 days ago
JSON representation
It is a repo of the projects and examples described in the CS193P course at Stanford University. 🏫
- Host: GitHub
- URL: https://github.com/halilozel1903/developing-ios-12-apps-with-swift
- Owner: halilozel1903
- Created: 2018-11-19T14:26:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T16:53:51.000Z (7 months ago)
- Last Synced: 2024-05-02T02:10:04.231Z (7 months ago)
- Topics: apple-developer, apple-developers, ios, mvc-design-pattern, mvc-pattern, swift, swift-basic, swift-programming, swift-programming-language, swift-projects, swift-tutorial, swift-tutorials, swift5, xcode
- Language: Swift
- Homepage: https://halilozel1903.medium.com
- Size: 67.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developing iOS 12 Apps with Swift
It's a repo of the projects and examples described in the `CS193P` course at Stanford University.
## Lecture 1 : Introduction to iOS12 XCode 10 and Swift
In the first part of the course, Michel Deiman iOS general structure and course content are mentioned.
Then he shows the board demo version of the card matching game and says we will do a similar project.
It opens XCode and mentions it. How can we give a name to our project and do what it says on the board in software?
explains step by step. By using 4 buttons and 1 label, we make an entry to our "Card Matching" game.## Lecture 2: MVC
In the second part of the lecture, Michel Deiman talks about the MVC structure. Introducing the lesson from the pdfs about MVC and doing this
It provides necessary information on the subject. After learning the MVC structure theoretically, we started our project from where we left off.
We continue. We add two .swift files. One uses the Class structure. In the other
Struct structure is used. In our "Card Matching" game, matching operations can be done by going even further.