- Swift Essentials(Second Edition)
- Dr Alex Blewitt
- 193字
- 2021-07-23 14:34:22
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: " "hello".hasPrefix("he")
method compiles and runs successfully on OS X and iOS."
A block of code is set as follows:
> var shopping = [ "Milk", "Eggs", "Coffee", ] shopping: [String] = 3 values { [0] = "Milk" [1] = "Eggs" [2] = "Coffee" }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
func setupView() {
contentMode = .Redraw
}
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Xcode documentation can be searched by navigating to Help | Documentation and API Reference."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Java范例大全
- 算法零基礎一本通(Python版)
- C# 從入門到項目實踐(超值版)
- Python機器學習經典實例
- Serverless架構
- Scientific Computing with Scala
- SQL基礎教程(第2版)
- Building Android UIs with Custom Views
- Visual Basic程序設計教程
- Lift Application Development Cookbook
- Android移動應用項目化教程
- Drupal 8 Development Cookbook(Second Edition)
- 大話代碼架構:項目實戰版
- HTML并不簡單:Web前端開發精進秘籍