日韩偷拍一区二区,国产香蕉久久精品综合网,亚洲激情五月婷婷,欧美日韩国产不卡

在線客服
iOS 4編程Cookbook(影印版)圖書
人氣:26

iOS 4編程Cookbook(影印版)

你能夠在iOS平臺上創建各種令人贊嘆的應用——而且每一種應用都解決了不同的問題。通過《iOS4編程Cookbook(影印版)》的案例,你將不再停留在理論階段,而是著手解決各種你在為iPhone、iPad和iPod touch編寫應用時...

內容簡介

你能夠在iOS平臺上創建各種令人贊嘆的應用——而且每一種應用都解決了不同的問題。通過《iOS4編程Cookbook(影印版)》的案例,你將不再停留在理論階段,而是著手解決各種你在為iPhone、iPad和iPod touch編寫應用時很有可能面臨的令人煩惱的現實問題。每個案例都提供了清晰的解決方案和你可以直接使用的示例代碼。

你將會在《iOS4編程Cookbook(影印版)》(作者Vandad Nahavandipoor) 中找到如何使用iOS SDK 4的開發框架和諸如Cocoa、Obiective-c、XCode和 Intei-face Builder等技術。無論你對iOS開發的了解有多少,你都會從本書找到你在開發過程中每個階段——從初始的構思階段到項目完成——所希望獲得的幫助。

編輯推薦

你能夠在iOS平臺上創建各種令人贊嘆的應用——而且每一種應用都解決了不同的問題。通過《iOS4編程Cookbook(影印版)》的案例,你將不再停留在理論階段,而是著手解決各種你在為iPhone、iPad和iPod touch編寫應用時很有可能面臨的令人煩惱的現實問題。 《iOS4編程Cookbook(影印版)》(作者Vandad Nahavandipoor)是為那些嚴格的iOS編程員準備的終極工具,它將變革你如何基于Objective—C編程。

作者簡介

Vandad Nahavandipoor是倫敦的一家具有全球經驗豐富的移動支付解決方案公司的工作人員。他與世界的幾家品牌(包括Visa和us銀行)一起合作過客戶服務移動應用。Vandad已經有多年用Cocoa、CocoaTouch、Assembly、Delphi和.NET開發軟件的經驗。

目錄

Preface 1. Working with Objects 1.1 Implementing and Using Custom Objects 1.2 Allocating and Initializing Objects 1.3 Defining Two or More Methods with the Same Name in an Object 1.4 Defining and Accessing Properties 1.5 Managing Properties Manually 1.6 Reusing a Block of Code 1.7 Communicating With Objects 1.8 Invoking the Selectors of an Object Dynamically 1.9 Managing Memory with the iOS SDK 1.10 Managing Untyped Objects 2. Implementing Controllers and Views 2.1 Getting and Using the Application Delegate 2.2 Managing the Views in Your Application 2.3 Creating Your Application's GUI 2.4 Making Your View Controller Available at Runtime 2.5 Using a View in Your Application's GUI 2.6 Managing Master-Detail Views 2.7 Managing Multiple Views 2.8 Incorporating and Using Models in the GUI 2.9 Implementing Navigation Bars 2.10 Switching from One View to Another 2.11 Setting the Title on a Navigation Bar 2.12 Displaying an Image for the Title of the Navigation Bar 2.13 Creating and Managing Buttons on a Navigation Bar 2.14 Removing a View from a Navigation Controller 2.15 Manipulating a Navigation Controller's Array of View Controllers 2.16 Incorporating a Tab Bar into Your Application 2.17 Pop Up Additional Information over iPad UI Elements3. Constructing and Using Table Views 3.1 Creating a Table View Using Interface Builder 3.2 Creating a Table View Using Code 3.3 Assigning an Event Handler to a Table View Using Interface Builder 3.4 Assigning an Event Handler to a Table View Using Xcode 3.5 Populating a Table View with Data 3.6 Receiving and Handling Table View Events 3.7 Using Different Types of Accessories iri a Table View 3.8 Creating Custom Table View Accessories 3.9 Customizing the Appearance of a Table View's Contents 3.10 Displaying Hierarchical Data 3.11 Effectively Managing Memory with Table Views 3.12 Editing and Moving Data in a Table View 3.13 Enabling Swipe Deletion 3.14 Grouping Data4. Core Location and Maps 4.1 Creating a Map Using Interface Builder 4.2 Creating a Map Using Code 4.3 Handling the Events of a Map 4.4 Pinpointing a Device's Location 4.5 Displaying Built-in Pins on a Map View 4.6 Displaying Pins with Different Colors on a Map View 4.7 Creating and Displaying Custom Pins on a Map View 4.8 Retrieving Meaningful Addresses Using Spatial Coordinates 4.9 Retrieving Spatial Coordinates Using Meaningful Addresses5. Implementing Gesture Recognizers 5.1 Detecting Swipe Gestures 5.2 Reacting to Rotation Gestures 5.3 Detecting Panning and Dragging Gestures 5.4 Detecting Long Press Gestures 5.5 Responding to Tap Gestures 5.6 Responding to Pinch Gestures6. Networking and XMk 6.1 Opening and Reading a Local XML File 6.2 Parsing an XML File into Objects 6.3 Downloading Files Synchronously 6.4 Downloading Files Asynchronously 6.5 Reading and Parsing Remote XML Files 6.6 Caching Files in Memory 6.7 Caching Files on Disk7. Operations, Threads, and Timers 7.1 Running Tasks Synchronously 7.2 Running Tasks Asynchronously 7.3 Creating a Dependency Between Tasks 7.4 Performing a Task After a Delay 7.5 Performing Periodic Tasks 7.6 Performing Periodic Tasks Efficiently 7.7 Initializing Threads Implicitly 7.8 Exiting Threads and Timers 7.9 Avoiding Memory Leaks in Threads8. Audio and Video ;... 8.1 Playing Audio Files 8.2 Handling Interruptions While Playing Audio Files 8.3 Recording Audio Files 8.4 Handling Interruptions While Recording Audio Files 8.5 Playing Audio over Other Sounds That Are Playing 8.6 Playing Video Files 8.7 Capturing Thumbnails from a Video File Asynchronously 8.8 Accessing the iPod Library in Response to a User Request9. Address Book 9.1 Accessing the Address Book 9.2 Retrieving All the People in the Address Book 9.3 Retrieving Properties of Address Book Entries 9.4 Inserting a Person Entry in the User's Address Book 9.5 Inserting a Group Entry in the User's Address Book 9.6 Adding Persons to Groups 9.7 Searching in the Address Book 9.8 Retrieving and Setting a Person's Address Book Image10. Camera and the Photo Library 10.1 Detecting and Probing the Camera 10.2 Taking Photos with the Camera 10.3 Taking Videos with the Camera 10.4 Storing Photos in the Photo Library 10.5 Storing Videos in the Photo Library 10.6 Retrieving Photos and Videos from the Photo Library 10.7 Retrieving Assets from the Assets Library 10.8 Editing Videos on an iOS Device11. Multitasking 11.1 Detecting the Availability of Multitasking 11.2 Completing a Long-Running Task in the Background 11.3 Receiving Local Notifications in the Background 11.4 Playing Audio in the Background 11.5 Handling Location Changes in the Background 11.6 Saving and Loading the State of a Multitasking iOSApplication 11.7 Handling Network Connections in the Background 11.8 Handling Notifications Delivered to a Waking Application 11.9 Handling Locale Changes in the Background 11.10 Responding to Changes in an Application's Settings 11.11 Opting Out of Background Execution12. Core Data 12.1 Creating a Core Data Model with Xcode 12.2 Creating and Using Core Data Model Classes 12.3 Creating and Saving Data Using Core Data 12.4 Loading Data Using Core Data 12.5 Deleting Data Using Core Data 12.6 Sorting Data Using Core Data 12.7 Boosting Data Access in Table Views 12.8 Implementing Relationships with Core Data13. Event Kit 13.1 Retrieving the List of Calendars 13.2 Adding Events to Calendars 13.3 Accessing the Contents of Calendars 13.4 Removing Events from Calendars 13.5 Adding Recurring Events to Calendars 13.6 Retrieving the Attendees of an Event 13.7 Adding Alarms to Calendars 13.8 Handling Event Changed Notifications 13.9 Presenting Event View Controllers 13.10 Presenting Event Edit View Controllers14. Graphics 14.1 Drawing Basic Shapes on a Graphics Context 14.2 Drawing Paths on a Graphics Context 14.3 Drawing Images on a Graphics Context 14.4 Capturing the Screen Contents into an Image 14.5 Drawing Text with Core Graphics 15. Core Motion 15.1 Detecting the Availability of an Accelerometer 15.2 Detecting the Availability of a Gyroscope 15.3 Retrieving Accelerometer Data 15.4 Detecting a Shake on an iOS Device 15.5 Retrieving Gyroscope DataIndex Preface 1. Working with Objects 1.1 Implementing and Using Custom Objects 1.2 Allocating and Initializing Objects 1.3 Defining Two or More Methods with the Same Name in an Object 1.4 Defining and Accessing Properties 1.5 Managing Properties Manually 1.6 Reusing a Block of Code 1.7 Communicating With Objects 1.8 Invoking the Selectors of an Object Dynamically 1.9 Managing Memory with the iOS SDK 1.10 Managing Untyped Objects 2. Implementing Controllers and Views 2.1 Getting and Using the Application Delegate 2.2 Managing the Views in Your Application 2.3 Creating Your Application's GUI 2.4 Making Your View Controller Available at Runtime 2.5 Using a View in Your Application's GUI 2.6 Managing Master-Detail Views 2.7 Managing Multiple Views 2.8 Incorporating and Using Models in the GUI 2.9 Implementing Navigation Bars 2.10 Switching from One View to Another 2.11 Setting the Title on a Navigation Bar 2.12 Displaying an Image for the Title of the Navigation Bar 2.13 Creating and Managing Buttons on a Navigation Bar 2.14 Removing a View from a Navigation Controller 2.15 Manipulating a Navigation Controller's Array of View Controllers 2.16 Incorporating a Tab Bar into Your Application 2.17 Pop Up Additional Information over iPad UI Elements 3. Constructing and Using Table Views 3.1 Creating a Table View Using Interface Builder 3.2 Creating a Table View Using Code 3.3 Assigning an Event Handler to a Table View Using Interface Builder 3.4 Assigning an Event Handler to a Table View Using Xcode 3.5 Populating a Table View with Data 3.6 Receiving and Handling Table View Events 3.7 Using Different Types of Accessories iri a Table View 3.8 Creating Custom Table View Accessories 3.9 Customizing the Appearance of a Table View's Contents 3.10 Displaying Hierarchical Data 3.11 Effectively Managing Memory with Table Views 3.12 Editing and Moving Data in a Table View 3.13 Enabling Swipe Deletion 3.14 Grouping Data 4. Core Location and Maps 4.1 Creating a Map Using Interface Builder 4.2 Creating a Map Using Code 4.3 Handling the Events of a Map 4.4 Pinpointing a Device's Location 4.5 Displaying Built-in Pins on a Map View 4.6 Displaying Pins with Different Colors on a Map View 4.7 Creating and Displaying Custom Pins on a Map View 4.8 Retrieving Meaningful Addresses Using Spatial Coordinates 4.9 Retrieving Spatial Coordinates Using Meaningful Addresses 5. Implementing Gesture Recognizers 5.1 Detecting Swipe Gestures 5.2 Reacting to Rotation Gestures 5.3 Detecting Panning and Dragging Gestures 5.4 Detecting Long Press Gestures 5.5 Responding to Tap Gestures 5.6 Responding to Pinch Gestures 6. Networking and XMk 6.1 Opening and Reading a Local XML File 6.2 Parsing an XML File into Objects 6.3 Downloading Files Synchronously 6.4 Downloading Files Asynchronously 6.5 Reading and Parsing Remote XML Files 6.6 Caching Files in Memory 6.7 Caching Files on Disk 7. Operations, Threads, and Timers 7.1 Running Tasks Synchronously 7.2 Running Tasks Asynchronously 7.3 Creating a Dependency Between Tasks 7.4 Performing a Task After a Delay 7.5 Performing Periodic Tasks 7.6 Performing Periodic Tasks Efficiently 7.7 Initializing Threads Implicitly 7.8 Exiting Threads and Timers 7.9 Avoiding Memory Leaks in Threads 8. Audio and Video ;... 8.1 Playing Audio Files 8.2 Handling Interruptions While Playing Audio Files 8.3 Recording Audio Files 8.4 Handling Interruptions While Recording Audio Files 8.5 Playing Audio over Other Sounds That Are Playing 8.6 Playing Video Files 8.7 Capturing Thumbnails from a Video File Asynchronously 8.8 Accessing the iPod Library in Response to a User Request 9. Address Book 9.1 Accessing the Address Book 9.2 Retrieving All the People in the Address Book 9.3 Retrieving Properties of Address Book Entries 9.4 Inserting a Person Entry in the User's Address Book 9.5 Inserting a Group Entry in the User's Address Book 9.6 Adding Persons to Groups 9.7 Searching in the Address Book 9.8 Retrieving and Setting a Person's Address Book Image 10. Camera and the Photo Library 10.1 Detecting and Probing the Camera 10.2 Taking Photos with the Camera 10.3 Taking<

網友評論(不代表本站觀點)

來自無昵稱**的評論:

正在學習中

2012-01-25 09:13:56
來自whongji**的評論:

還行,先看著

2012-02-14 14:59:32
來自Aaron_w**的評論:

還算湊合吧

2012-04-16 12:08:08
來自flyrxue**的評論:

比較全面的ios編程教材

2012-05-31 22:49:53
來自無昵稱**的評論:

什么時候買的啊,我也是醉了

2015-11-26 15:27:49
來自midfar**的評論:

這本書講得很全面,常用的類都提到了。非常適合使用時查閱,不明白的地方都說得一清二楚。

2012-06-02 22:47:29

免責聲明

更多出版社
主站蜘蛛池模板: 吉林市| 南宁市| 博罗县| 庆阳市| 大竹县| 施秉县| 长治县| 哈尔滨市| 潜江市| 福安市| 安泽县| 化德县| 银川市| 东台市| 临夏县| 车致| 威海市| 汝南县| 肥西县| 合肥市| 咸宁市| 上栗县| 罗田县| 兰溪市| 永州市| 扎鲁特旗| 孟津县| 建宁县| 萨迦县| 师宗县| 泰州市| 永年县| 赣州市| 化德县| 新民市| 新野县| 犍为县| 凤凰县| 枣庄市| 黔南| 浦城县|