- Swift 2 Blueprints
- Cecil Costa
- 192字
- 2021-07-09 21:36:40
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: " Now it time to develop the viewDidLoad method."
A block of code is set as follows:
class Person{ var name:String var age:Int init(name: String, age:Int) { self.name = name self.age = age } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
class Person{ var name:String var age:Int var address:String init(name: String, age:Int) { self.name = name self.age = age } }
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: "Clicking the Next button moves you to the next screen."
- 深入淺出Electron:原理、工程與實踐
- Mastering Natural Language Processing with Python
- Web交互界面設(shè)計與制作(微課版)
- Scala Design Patterns
- Getting Started with CreateJS
- Animate CC二維動畫設(shè)計與制作(微課版)
- 用Python實現(xiàn)深度學習框架
- Visual FoxPro程序設(shè)計
- 小程序,巧應(yīng)用:微信小程序開發(fā)實戰(zhàn)(第2版)
- Java Fundamentals
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- 代碼閱讀
- Java高級程序設(shè)計
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- PHP程序設(shè)計經(jīng)典300例