Stanford iOS Learn Notes, stanfordios
During this time, I was studying Stanford's iOS 8 teaching video, so I was not thinking about it, so I was prepared to summarize some notes about the video learning so that I could understand it more easily.
Now I have learned six lessons. From these six lessons, the first three lessons mainly focus on a Demo of Calculator and interspersed with a few iOS introductions, and MVC introduction. Section 4 mainly introduces some Swift syntaxes, section 5 and section 6 mainly describes iOS touch operations, and interspersed with some Swift syntaxes. Therefore, this document is divided into three parts:
1. iOS Overview
IOS has four layers:
Requirements for iOS development:
2. Swift syntax
In fact, the Swift syntax can be directly viewed in Apple's Swift Language document, but I think what I heard in the classroom will be more straightforward. After all, the professor will immediately use these points in the Demo. In these six lessons, there are not many interspersed syntaxes, including Optional Chain, Enum, Extension, and Property. The usage of these syntaxes is summarized as follows.
Coming soon...
3. MVC (Hapiness Demo Summary)