Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 🏫

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.