What’s Next What’s Next You’ve successfully completed Learn Swift with Bob. Let’s have a virtual high-five. When you got started, I promised, you would come out programming in ...
Document Revision History Document Revision History Document Revision History 2021-06-07 Updated for Swift 5.5. Added information about asynchronous functions, tasks, a...
Chapter 7 Generic Protocols Chapter 7 Generic Protocols Welcome to Chapter 7, Generic Protocols. First, I’d like to congratulate you for the journey you’ve embarked on. If y...
关于语言参考(About the Language Reference) 如何阅读语法 关于语言参考(About the Language Reference) 1.0翻译:dabing1022 校对:numbbbbb 2.0翻译+校对:KYawn 本页内容包括: 如何阅读语法 本书的这一节描述了 Swift 编程语言的形式...
Document Revision History Document Revision History Document Revision History 2019-09-10 Updated for Swift 5.1. Added information about functions that specify a protoco...
原生与跨平台应用开发:如何选择? What is native mobile app development? What is cross-platform app development? Debugging some popular myths about cross-platform app development 1. Cross-platform...
再造虫洞:一次 Objective-C 到 Swift 的改写之旅 分析 改写 再造虫洞:一次 Objective-C 到 Swift 的改写之旅 既然 Swift 是未来,那手工将一些 Objective-C 的代码转成 Swift 就挺有必要。但如果只是简单的改写,而不使用 Swift 的特点,这个过程就会变得乏味。改写应当是一种再思考、再设...