- Swift 4 Programming Cookbook
- Keith Moon
- 44字
- 2021-07-08 10:21:31
Getting ready
Create a new playground and add the following statement:
import Foundation
This example uses one function from Foundation. We will delve into Foundation in more detail in Chapter 5, Beyond the Standard Library, but for now, we just need to import it.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- 極簡算法史:從數學到機器的故事
- The Modern C++ Challenge
- CMDB分步構建指南
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- C#程序設計教程
- Creating Stunning Dashboards with QlikView
- Mastering Web Application Development with AngularJS
- Android群英傳
- Learning Docker Networking
- Scratch·愛編程的藝術家
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- PyQt編程快速上手
- Python 快速入門(第3版)
- Swift 2 Design Patterns