- Learning iBeacon
- Craig Gilchrist
- 165字
- 2021-08-05 17:16:51
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: "In order to do this, we need to add a reference to CoreLocation
."
A block of code is set as follows:
-(void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLRegion *)region { UIAlertView * av = [[UIAlertView alloc] init]; av.title = [NSString stringWithFormat:@"Entered Region '%@'", region.identifier]; [av addButtonWithTitle:@"OK"]; [av show]; }
Any command-line input or output is written as follows:
open Estimote\ Beacon\ Manager.xcworkspace/
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: "Select About This Mac."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 重新定義Spring Cloud實(shí)戰(zhàn)
- 局域網(wǎng)組建、管理與維護(hù)項(xiàng)目教程(Windows Server 2003)
- React:Cross-Platform Application Development with React Native
- 電力物聯(lián)網(wǎng)工程技術(shù)原理與應(yīng)用
- 物聯(lián)網(wǎng)之霧:基于霧計(jì)算的智能硬件快速反應(yīng)與安全控制
- Mastering Dart
- WordPress Web Application Development
- C/C++串口通信:典型應(yīng)用實(shí)例編程實(shí)踐
- Kong網(wǎng)關(guān):入門、實(shí)戰(zhàn)與進(jìn)階
- VMware NSX網(wǎng)絡(luò)虛擬化入門
- Scala Design Patterns.
- Android UI Design
- 工業(yè)互聯(lián)網(wǎng)創(chuàng)新實(shí)踐
- 物聯(lián)網(wǎng)工程導(dǎo)論(第3版)
- OSPF協(xié)議原理與功能拓展