- iOS Game Programming Cookbook
- Bhanu Birani Chhavi Vaishnav
- 142字
- 2021-07-23 20:03:17
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 are shown as follows: "In AppDelegate.h
file, find the application:didFinishLaunchingWithOptions:
method and where we are registering for push notifications."
A block is set of code will be shown as follows:
SKAction *sequence = [SKAction sequence:@[[SKAction rotateByAngle:degreeToRadian(-3.0f) duration:0.2],[SKAction rotateByAngle:0.0 duration:0.1],[SKAction rotateByAngle:degreeToRadian(3.0f) duration:0.2]]]; [touchedNode runAction:[SKAction repeatActionForever:sequence]];
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 a location on the drive to save the project and click on Create."
推薦閱讀
- iOS面試一戰到底
- 編程的修煉
- 零基礎玩轉區塊鏈
- CentOS 7 Linux Server Cookbook(Second Edition)
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Python Network Programming Cookbook(Second Edition)
- iOS應用逆向工程(第2版)
- 微信小程序入門指南
- C#程序設計教程(第3版)
- Visual Basic程序設計(第三版)
- Visual FoxPro 6.0程序設計
- Distributed Computing in Java 9
- 軟件測試技術
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Monitoring Docker