官术网_书友最值得收藏!

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: "We will add another NSString class at the top of our MultiplayerHelper.m file."

A block of code is set as follows:

- (void)match:(GKMatch *)match didFailWithError:(NSError *)error {
    
    if (_match != match) return;
    
    NSLog(@"Match failed with error: %@", error.localizedDescription);
    _matchStarted = NO;
    [_delegate matchEnded];
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

- (void)update:(NSTimeInterval)delta {
    
    CGPoint gravity = CGPointMake(0.0, -450.0);
    
    CGPoint gravityStep = CGPointMultiplyScalar(gravity, delta);
    
 CGPoint movingForward = CGPointMake(750.0, 0.0);
 CGPoint movingForwardStep = CGPointMultiplyScalar(walking, delta);

    self.velocity = CGPointAdd(self.velocity, gravityStep);

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: "For this project, we are—obviously—going to select iOS | Application | Single View Application and then click on Next.".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 万荣县| 贵南县| 安吉县| 县级市| 湄潭县| 湖北省| 古交市| 长垣县| 鸡西市| 福海县| 永定县| 灵山县| 房产| 梁平县| 鹿泉市| 南宫市| 夹江县| 嘉善县| 西昌市| 深泽县| 甘孜县| 海晏县| 隆安县| 玉山县| 云梦县| 崇州市| 孝义市| 依安县| 灵丘县| 盐山县| 阳春市| 仪陇县| 奎屯市| 常州市| 湄潭县| 南郑县| 长白| 嘉善县| 游戏| 容城县| 拜城县|