- Getting Started with ResearchKit
- Edward Cessna Dhanush Balachandran
- 156字
- 2021-07-16 09:48:41
Conventions
In this book, you will find a number of styles of text 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: "In ViewController.swift
file, import ResearchKit framework"
A block of code is set as follows:
let step1 = ORKInstructuionStep(identifier:"step1") step1.title = "Hello World!" let step2 = ORKInstructuionStep(identifier:"step2") step2.title = "Bye!"
Any command-line input or output is written as follows:
git submodule add https://github.com/ResearchKit/ResearchKit.git
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Facebook Application Development with Graph API Cookbook
- 教孩子學(xué)編程:C++入門圖解
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實(shí)踐
- Julia高性能科學(xué)計(jì)算(第2版)
- Developing SSRS Reports for Dynamics AX
- 深入淺出Go語(yǔ)言編程
- C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)教程與水平考試指導(dǎo)
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- Python預(yù)測(cè)之美:數(shù)據(jù)分析與算法實(shí)戰(zhàn)(雙色)
- Java Web開發(fā)基礎(chǔ)與案例教程
- 和孩子一起學(xué)編程:用Scratch玩Minecraft我的世界
- Implementing NetScaler VPX?(Second Edition)
- Learning Java by Building Android Games
- CentOS High Performance