- Mastering Swift
- Jon Hoffman
- 111字
- 2021-07-16 14:12:15
Summary
In this chapter, we covered Swift collections, Tuples, Foundation, and Cocoa data types. Having a good understanding of native collection types of Swift is essential to architect and develop applications in Swift, since all but the very basic applications use collections to store data in memory.
At the time this book is being written, Swift is exclusively used for developing applications in an Apple (iOS or OS X) environment, so it is essential to understand how Swift interacts with Cocoa and Foundation types. While we briefly covered this subject in this chapter, we will look at this interaction more in depth in the Objective-C interoperability chapter later in this book.
推薦閱讀
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Mobile Web Performance Optimization
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 認識編程:以Python語言講透編程的本質(zhì)
- JMeter 性能測試實戰(zhàn)(第2版)
- AIRAndroid應用開發(fā)實戰(zhàn)
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Getting Started with LLVM Core Libraries
- 深度學習:Java語言實現(xiàn)
- NGINX Cookbook
- Scratch3.0趣味編程動手玩:比賽訓練營
- Java Fundamentals
- 深入解析Java編譯器:源碼剖析與實例詳解
- Python一行流:像專家一樣寫代碼
- 奔跑吧 Linux內(nèi)核