- 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.
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- C# 7 and .NET Core Cookbook
- 實戰Java程序設計
- Python網絡爬蟲從入門到實踐(第2版)
- Ext JS 4 Web Application Development Cookbook
- 小學生C++創意編程(視頻教學版)
- Node.js全程實例
- Protocol-Oriented Programming with Swift
- Android玩家必備
- The Professional ScrumMaster’s Handbook
- SciPy Recipes
- Hands-On Neural Network Programming with C#
- 從零開始學Python網絡爬蟲
- 智能手機故障檢測與維修從入門到精通
- C#面向對象程序設計(第2版)