JeOam's Blog

斯坦福 iOS7 公开课第三课:Objective-C

18 Feb 2014

这是 Stanford CS193p: Developing iOS 7 Apps for iPhone and iPad Fall 2013-14 文字版,按照视频字幕手工编辑完成。这里的内容由于是按照讲话的录音记录下来的,所以文字风格偏口语化,也比较”线性”. 视频的内容大部分会记录成文字,但也酌情省略了可以忽略的语句。

想要看到文章更好的排版效果,可直接浏览 GitHub 里的文件


####Today #####Card Matching Game Today we will create a much more sophisticated Model(than a mere deck of playing cards). And we’ll enhance our Controller and View to take advantage.

#####More Detail about Objective-C

#####Review Some slides attached for review of first 3 lectures.

###Continue Buliding Our Card Matching Game! #####Just follow Lecture 3 Slides of this courses(from page 2 to page 111).

###Lecture 3 的内容基本上是讲解 Card Matching Game 的实际代码编写了,基本是 Slides 里面的内容,而且 Slides 做得超详细简明的,基本可以直接看 Slides 就可以了。而且 Lecture 3 开头提到的 Review 并没有在视频中看到,而 Slides 中也注明了。


####Lecture 3 done!