swift精华
论持久战讲的就是成功做事的方法和战略
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Swift3.1 (3) Character and String
1、Initializing an Empty Stringvar emtyString = “”var anotherEmptyString = String()两种初始化方法2、Find out whether a String value is empty by checking its Boolean isEmpty propertyif emptyString.isE翻译 2017-03-09 12:45:07 · 662 阅读 · 0 评论 -
Swift3.1(4)Collection Types
1、Arrays are ordered collections of values.Sets are unordered collections of unique values.Dictionaries are unordered collections of key-value associations(键值关联)(数组有序,set无序,dic也没有序号)2、如果创建的array、set翻译 2017-03-08 22:41:21 · 403 阅读 · 0 评论 -
Swift3.1(2)Basic Opetators
文档地址:https://developer.apple.com/library/prerelease/content/documentation/Swift/Conceptual/Swift_Programming_Language/BasicOperators.html#//apple_ref/doc/uid/TP40014097-CH6-ID601、swift support翻译 2017-03-08 16:03:56 · 468 阅读 · 0 评论
分享