《iOS4SDK入门给JavaScript程式设计师》是2011年东南大学出版社出版的图书。
基本介绍
- 书名iOS4SDK入门给JavaScript程式设计师
- 作者(美国)古德曼 (Danny Goodman)
- 原版名称iOS 4 SDK for JavaScript Programmers
- ISBN9787564127107、 7564127104
- 页数297页
- 出版社东南大学出版社
- 出版时间2011年5月1日
- 装帧平装
- 开本16
作者简介
古德曼,Danny Goodman,写了将近40本书和数以百计的在个人电脑以及消费性电子杂誌上的文章。最近,他正在从事iPhone和iPodtouch套用的开发工作,包括iFeltThat Earthquake、Phot0Sizee和BeaconAid-HF。
内容简介
《iOS 4 SDK入门:给JavaScript程式设计师(影印版)》主要内容简介JavaScript程式设计师有没有可能学习Apple的iOs4sDK编程并且坚持到成功一刻呢?技术大师DannyGoodman做剑了这一点,而且留下了这本有着清晰足迹可以让你跟随的书。作为自JavaScript诞生之日起就是权威专家的Goodman清楚你在使用sDK创建本地ios套用时会遇列的挑战,他使用?种你容易理解的上下文来介绍xcode、ObictiVe-C和CocoaTouch。当你能够简单地为Apple的iOS设备创建Web套用时,你为什幺还需要顾虑SDK呢?这是因为Web套用无法访问iPhone音乐库、相机,或者为地图、音频以及其他东西设计的ios系统软体。你也无法在套用商店里销售Web套用。如果你希望发挥iPhone和iPad的全部优势,ios4sDK就是你所需要的工具——而《iOS 4 SDK入门给JavaScript程式设计师(影印版)》就是你所需要的参考书。
媒体评论
每一个有Web开发背景并且希望进入到本地套用编程的人都应该跟随Danny调查好的方法来学习这个平台。这是任何一个有经验的期待展开AppStfore之旅的JavaScript程式设计师的最佳指南。”
——FoddMoore.whiteNoise套用的创建者
目录
Preface
1.WhVGo Native?
Using an App Offline
More ACCCSS to the Hardware
More Access tO the Software
What Yon Lose
Distribution
Apple iOS Developer Program
Content
Authoring Platform Choices
Taking the Plunge
2.WelcometotheiOSSDK
Hardware and OS Requirements
Installing the SDK
About iOS Developer Programs
Inside the SDK
Viewing Developer Documentation
Loading Code Samples
Setting the Project'S Base SDK
Trying the iOS Simulator
Coming Up
3.Creating aTestWorkbench
Creating the Project in Xcode
Selecting a Proj ect Type
Naming and Saving the New Project
Welcome tO Your Proj ect
Editing Your First Files
What the runMyCodeMethod Does
Building the User Interfaca
Adding a Button to the View
Connecting the Button
Going for a Test Ride
Congratulations
4.StructuralOverviewofaniOSApp
Where It A11 BeginsAPIs
APIs Yon Already Know
The Cocoa Touch APIs
Frameworks
Foundation Framework
UIKit Framework
CoreGraphics Framework
Adding Frameworks
Frameworks Set in Stone
Welcome to Class Files
The JavaScript Wav
The Obi ective—C Wav
Header File Details
Using Xcode to Create DGCar Class Files
Editing the@interface Section
Message Passing
Editing the@implementation Section
Integrating the DGCar Class into Workbench
Creating Obj ect Instances
NSLog and String Formats
Running the Code
What About Accessing Instance Variables?
Recap
5.App Execution Flow
Some C Language Roots in an lOS App
An Introduction to Delegates
How UIApplication Appoints Its Delegate
The App’S Info.plist File
Inside MainWindow.xib
iPhone App Development Design Patterns
The Model.View-Controller Design Pattern
Other Design Patterns
The Importance of Views
The APP Windo、v—UIWindow
Adding Another View to Workbench
6.Central Objective-C Concepts: Pointers, Data Types, and Memory Management.
7.C Language Fundamentals
8.Objective-C/Cocoa Touch Fundamentals ..
9.Common JavaScript Tasks in Cocoa Touch
A.Getting the Mostfrom Xcode Documentation
B.Common BeginnerXcodeCompiler Errors
Glossary
Index