随笔分类 -  swift

swift相关
摘要:参考:https://www.runoob.com/swift/swift-constants.html 定义字符串变量 // // main.swift // practice_swift // // Created by zcr on 2020/9/17. // Copyright © 2020 阅读全文
posted @ 2020-09-17 23:43 lduml 阅读(180) 评论(0) 推荐(0)
摘要:参考:https://www.jianshu.com/p/c2e1cab05ab9 常看见 Swift 的新手尝试着把它们的 ObjC 代码翻译成 Swift。但是开始用 Swift 写代码的时候最难的事情并不是语法,而是思维方式的转变,去用那些 ObjC 里并没有的 Swift 新概念。 1. S 阅读全文
posted @ 2020-08-15 17:27 lduml 阅读(796) 评论(0) 推荐(0)