notes for Multi-MVC, life cycle of VC, and memory
Articles in the Swift category
- Tagged as : iOS
Stanford iOS10 笔记-L5 Gestures, Multi-MVC
notes for gestures,Multi-MVC
Tagged as : iOSSwift中instance method是curried函数
instance methods are curried functions in Swift
Tagged as : curriedSwift实现Nested Scroll
用swift实现WWDC2013-217的内容
Tagged as : UIScrollViewSwift中Access控制相关关键字
private,public,open等比较
Tagged as : accessControlAssert in Swift
Tagged as : assertNote: More Swift and Foundation Frameworks
Intro
Note of More Swift and Foundation Frameworks, not detail described.
Lesson4的要点记录,有些没有展开,侧重于“点”。看完后觉得需要注意的地方:基本数据类型如Optional/Array/Dictionary等的特点;class与struct的异同;class中的属性和方法;常见数据 …Tagged as : swiftswift学习之struct ——前三课总结
Intro
During the course, a lot of swift details are touched from Lesson 1 to 3 and the classical MVC is practised in Lesson 3.
本篇侧重swift的强类型特性以及struct的特点。Strong type language
Swift is smart enough to know the type and you can ommit the type in decalaring, function …
Tagged as : swiftOptional of swift
Intro
This is a category of study&¬es of swift, program and so on during the study of [Developing iOS8 Apps with Swift] on the iTunes U.
此系列为学习stanford课程:Developing iOS8 Apps with Swift过程中,对语言,程序设计,编程能力 …Tagged as : swift