iOS 5 programming cookbook: [solutions and examples for iPhone, iPad, and iPod touch apps]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
Oreilly
2012
|
Ausgabe: | 1. ed |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Includes index. - "Solutions and examples for iPhone, iPad, and iPod touch apps"--Cover |
Beschreibung: | xvii, 852 p. ill. 24 cm |
ISBN: | 9781449311438 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV039943371 | ||
003 | DE-604 | ||
005 | 20120511 | ||
007 | t | ||
008 | 120308s2012 a||| |||| 00||| eng d | ||
020 | |a 9781449311438 |c pbk |9 978-1-449-31143-8 | ||
035 | |a (OCoLC)785843877 | ||
035 | |a (DE-599)BVBBV039943371 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-29T |a DE-573 |a DE-1051 |a DE-473 |a DE-355 | ||
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
100 | 1 | |a Nahavandipoor, Vandad |e Verfasser |4 aut | |
245 | 1 | 0 | |a iOS 5 programming cookbook |b [solutions and examples for iPhone, iPad, and iPod touch apps] |c Vandad Nahavandipoor |
250 | |a 1. ed | ||
264 | 1 | |a Beijing [u.a.] |b Oreilly |c 2012 | |
300 | |a xvii, 852 p. |b ill. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes index. - "Solutions and examples for iPhone, iPad, and iPod touch apps"--Cover | ||
650 | 4 | |a iOS (Electronic resource) | |
650 | 4 | |a iPad (Computer) / Programming | |
650 | 4 | |a iPhone (Smartphone) / Programming | |
650 | 4 | |a Computer software / Development | |
650 | 4 | |a Mobile computing | |
650 | 0 | 7 | |a Mobile Computing |0 (DE-588)4694120-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Softwareentwicklung |0 (DE-588)4116522-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Anwendungssoftware |0 (DE-588)4120906-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a iOS |0 (DE-588)7845187-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Mobile Computing |0 (DE-588)4694120-4 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a iOS |0 (DE-588)7845187-5 |D s |
689 | 1 | 1 | |a Anwendungssoftware |0 (DE-588)4120906-0 |D s |
689 | 1 | 2 | |a Softwareentwicklung |0 (DE-588)4116522-6 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024801416&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-024801416 |
Datensatz im Suchindex
_version_ | 1804148911700443136 |
---|---|
adam_text | Table
of
Contents
Preface
..................................................................... xi
1.
The Basics
............................................................. 1
1.1
Creating a Simple iOS App in Xcode
2
1.2
Understanding Interface Builder
5
1.3
Compiling iOS Apps
10
1.4
Running iOS Apps on the Simulator
12
1.5
Running iOS Apps on iOS Devices
13
1.6
Packaging iOS Apps tor Distribution
16
1.7
Declaring Variables in Objcctive-C
21
1.8
Allocating and Making Use of Strings
24
1.9
Comparing Values in Objective-C with an If Statement
28
1.10
Implementing Loops with For Statements
31
1.11
Implementing While Loops
33
1.12
Creating Custom Classes
36
1.13
Defining Functionality for Classes
39
1.14
Defining Two or More Methods with the Same Name
43
1.15
Allocating and Initializing Objects
47
1.16
Adding Properties to Classes
49
1.17
Moving From Manual Reference Counting to Automatic Reference
Counting
53
1.18
Typecasting with Automatic Reference Counting
58
1.19
Delegating Tasks with Protocols
62
1.20
Determining Whether Instance or Class Methods Are Available
68
1.21
Determining Whether a Class Is Available at Runtime
71
1.22
Allocating and Making Use of Numbers
72
1.23
Allocating and Making Use of Arrays
74
1.24
Allocating and Making Use of Dictionaries
79
1.25
Allocating and Making Use of Sets
82
1.26
Creating Bundles
85
1.27
Loading Data From the Main Bundle
86
1.28
Loading Data From Other Bundles
89
1.29
Sending Notifications with NSNotificationCenter
92
1.30
Listening for Notifications Sent From NSNotificationCenter
96
2.
Implementing Controllers and Views
.....................................101
2.1
Displaying Alerts with UIAlertView
102
2.2
Creating and Using Switches with UlSwitch 111
2.3
Picking Values with UlPickerView
115
2.4
Picking the Date and Time with UIDatePicker
123
2.5
Implementing Range Pickers with UlSlider
128
2.6
Grouping Compact Options with UlSegmentedControl
133
2.7
Presenting and Managing Views with LJIViewController
140
2.8
Implementing Navigation with UINavigationController
144
2.9
Manipulating a Navigation Controller s Array
of View Controllers
151
2.10
Displaying an Image on a Navigation Bar
152
2.11
Adding Buttons to Navigation Bars Using UIBarButtonltem
153
2.12
Presenting Multiple View Controllers with UITabBarController
162
2.13
Displaying Static Text with UILabel
169
2.14
Accepting User Text Input with UITextField
174
2.15
Displaying Long Lines of Text with UITextView
184
2.16
Adding Buttons to the User Interface with UIButton
189
2.17
Displaying Images with UllmageView
194
2.18
Creating Scrollable Content with UlScrollView
199
2.19
Loading Web Pages with UlWebView
204
2.20
Presenting Master-Detail Views with UlSplitViewController
209
2.21
Enabling Paging with UlPageViewController
215
2.22
Displaying
Popovers
with UlPopoverController
220
2.23
Displaying Progress with UlProgressView
231
2.24
Listening and Reacting to Keyboard Notifications
233
3.
Constructing and Using Table Views
......................................251
3.1
Instantiating a Table View
251
3.2
Assigning a Delegate to a Table View
254
3.3
Populating a Table View with Data
255
3.4
Receiving and Handling Table View Events
260
3.5
Using Different Types of Accessories in a Table View Cell
261
3.6
Creating Custom Table View Cell Accessories
264
3.7
Displaying Hierarchical Data in Table Views
266
3.8
Enabling Swipe Deletion of Table View Cells
268
3.9
Constructing Headers and Footers in Table Views
270
3.10
Displaying Context Menus on Table Views Cells
281
3.11
Moving Cells and Sections in Table Views
286
3.12
Deleting Cells and Sections From Table Views
294
vi
I Tabte of Contents
4. Storyboards..........................................................305
4.1
Creating a Project with
Storyboards 306
4.2
Adding a Navigation Controller to a Storyboard
309
4.3
Passing Data From One Screen to Another
319
4.4
Adding a Storyboard to an Existing Project
321
5.
Concurrency
......................................................... 325
5.1
Constructing Block Objects
331
5.2
Accessing Variables in Block Objects
335
5.3
Invoking Block Objects
341
5.4
Dispatching Tasks to Grand Central Dispatch
342
5.5
Performing Ul-Related Tasks with GCD
344
5.6
Performing Non-UI Related Tasks Synchronously with GCD
348
5.7
Performing Non-UI Related Tasks Asynchronously with GCD
351
5.8
Performing Tasks After a Delay with GCD
357
5.9
Performing a Task Only Once with GCD
360
5.10
Grouping Tasks Together with GCD
362
5.11
Constructing Your Own Dispatch Queues with GCD
366
5.12
Running Tasks Synchronously with Operations
369
5.13
Running Tasks Asynchronously with Operations
375
5.14
Creating Dependency Between Operations
382
5.15
Creating Timers
385
5.16
Creating Concurrency with Threads
390
5.17
Invoking Background Methods
395
5.18
Exiting Threads and Timers
396
6.
Core Location and Maps
................................................401
6.1
Creating a Map View
403
6.2
Handling the Events of a Map View
405
6.3
Pinpointing the Location of a Device
407
6.4
Displaying Pins on a Map View
410
6.5
Displaying Pins with Different Colors on a Map View
412
6.6
Displaying Custom Pins on a Map View
419
6.7
Converting Meaningful Addresses to Longitude and Latitude
422
6.8
Converting Longitude and Latitude to a Meaningful Address
424
7.
Implementing Gesture Recognizers
......................................427
7.1
Detecting Swipe Gestures
429
7.2
Detecting Rotation Gestures
431
7.3
Detecting Panning and Dragging Gestures
435
7.4
Detecting Long Press Gestures
437
7.5
Detecting Tap Gestures
441
7.6
Detecting Pinch Gestures
443
Table of Contents
I vä
8. Networking, JSON, XML,
and Twitter
.....................................447
8.1
Downloading Asynchronously with NSURLConnection
447
8.2
Handling Timeouts in Asynchronous Connections
450
8.3
Downloading Synchronously with NSURLConnection
451
8.4
Modifying a URL Request with NSMutableURLRequest
454
8.5
Sending HTTP GET Requests with NSURLConnection
455
8.6
Sending HTTP POST Requests with NSURLConnection
457
8.7
Sending HTTP DELETE Requests with NSURLConnection
460
8.8
Sending HTTP PUT Requests with NSURLConnection
462
8.9
Serializing Arrays and Dictionaries into JSON
464
8.10
Deserializing JSON into Arrays and Dictionaries
467
8.11
Integrating Twitter Functionality into Your Apps
470
8.12
Parsing XML with NSXMLParser
477
9.
Audio and Video
......................................................483
9.1
Playing Audio Files
483
9.2
Handling Interruptions While Playing Audio
485
9.3
Recording Audio
486
9.4
Handling Interruptions While Recording Audio
493
9.5
Playing Audio Over Other Active Sounds
494
9.6
Playing Video Files
498
9.7
Capturing Thumbnails From a Video File
502
9.8
Accessing the Music Library
505
10.
AddressBook
........................................................ 513
10.1
Retrieving a Reference to an Address Book
516
10.2
Retrieving All the People in the Address Book
518
10.3
Retrieving Properties of Address Book Entries
520
10.4
Inserting a Person Entry into the Address Book
525
10.5
Inserting a Group Entry into the Address Book
528
10.6
Adding Persons to Groups
531
10.7
Searching the Address Book
534
10.8
Retrieving and Setting a Person s Address Book Image
540
11.
Camera and the Photo Library
.......................................... 547
11.1
Detecting and Probing the Camera
549
11.2
Taking Photos with the Camera
554
11.3
Taking Videos with the Camera
558
11.4
Storing Photos in the Photo Library
561
11.5
Storing Videos in the Photo Library
564
11.6
Retrieving Photos and Videos From the Photo Library
566
11.7
Retrieving Assets From the Assets Library
568
11.8
Editing Videos on an iOS Device
575
«tt
!
UbieofCMtMb
12. Multitasking.........................................................581
12.1
Detecting the Availability of Multitasking
582
12.2
Completing a Long-Running Task in the Background
583
12.3
Receiving Local Notifications in the Background
587
12.4
Playing Audio in the Background
596
12.5
Handling Location Changes in the Background
598
12.6
Saving and Loading the State of Multitasking iOS Apps
601
12.7
Handling Network Connections in the Background
605
12.8
Handling Notifications Delivered to a Waking App
608
12.9
Responding to Changes in App Settings
610
12.10
Opting Out of Multitasking
613
13.
Core Data
............................................................615
13.1
Creating a Core Data Model with Xcode
618
13.2
Generating Class Files for Core Data Entities
622
13.3
Creating and Saving Data Using Core Data
624
13.4
Reading Data From Core Data
626
13.5
Deleting Data From Core Data
629
13.6
Sorting Data in Core Data
632
13.7
Boosting Data Access in Table Views
634
13.8
Implementing Relationships in Core Data
646
14.
Dates, Calendars, and Events
........................................... 653
14.1
Retrieving the List of Calendars
656
14.2
Adding Events to Calendars
658
14.3
Accessing the Contents of Calendars
662
14.4
Removing Events From Calendars
666
14.5
Adding Recurring Events to Calendars
670
14.6
Retrieving the Attendees of an Event
674
14.7
Adding Alarms to Calendars
679
14.8
Handling Event Changed Notifications
681
14.9
Presenting Event View Controllers
684
14.10
Presenting Event Edit View Controllers
688
15.
Graphics and Animations
...............................................693
15.1
Enumerating and Loading Fonts
702
15.2
Drawing Text
704
15.3
Constructing, Setting, and Using Colors
705
15.4
Drawing Images
711
15.5
Drawing Lines
716
15.6
Constructing Paths
722
15.7
Drawing Rectangles
727
15.8
Adding Shadows to Shapes
731
TatrieofContents |
ix
15.9
Drawing
Gradients
737
15.10
Displacing Shapes Drawn on Graphic Contexts
745
15.11
Scaling Shapes Drawn on Graphic Contexts
749
15.12
Rotating Shapes Drawn on Graphic Contexts
752
15.13
Animating and Moving Views
753
15.14
Animating and Scaling Views
763
15.15
Animating and Rotating Views
765
16.
Core Motion
..........................................................767
16.1
Detecting the Availability of an Accelerometer
769
16.2
Detecting the Availability of a Gyroscope
770
16.3
Retrieving Accelerometer Data
772
16.4
Detecting Shakes on an iOS Device
775
16.5
Retrieving Gyroscope Data
779
17.
iCloud
...............................................................781
17.1
Setting Up Your App for iCloud
782
17.2
Storing and Synchronizing Dictionaries in iCloud
787
17.3
Creating and Managing Folders for Apps in iCloud
792
17.4
Searching for Files and Folders in iCloud
798
17.5
Storing User Documents in iCloud
807
17.6
Managing the State of Documents in iCloud
822
17.7
Handling Conflicts in iCloud Documents
825
Index
.....................................................................837
χ
I TabieofCMtciKs
|
any_adam_object | 1 |
author | Nahavandipoor, Vandad |
author_facet | Nahavandipoor, Vandad |
author_role | aut |
author_sort | Nahavandipoor, Vandad |
author_variant | v n vn |
building | Verbundindex |
bvnumber | BV039943371 |
classification_rvk | ST 261 |
ctrlnum | (OCoLC)785843877 (DE-599)BVBBV039943371 |
discipline | Informatik |
edition | 1. ed |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01981nam a2200481 c 4500</leader><controlfield tag="001">BV039943371</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20120511 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120308s2012 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781449311438</subfield><subfield code="c">pbk</subfield><subfield code="9">978-1-449-31143-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)785843877</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV039943371</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-1051</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-355</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 261</subfield><subfield code="0">(DE-625)143633:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Nahavandipoor, Vandad</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">iOS 5 programming cookbook</subfield><subfield code="b">[solutions and examples for iPhone, iPad, and iPod touch apps]</subfield><subfield code="c">Vandad Nahavandipoor</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">Oreilly</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xvii, 852 p.</subfield><subfield code="b">ill.</subfield><subfield code="c">24 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index. - "Solutions and examples for iPhone, iPad, and iPod touch apps"--Cover</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">iOS (Electronic resource)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">iPad (Computer) / Programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">iPhone (Smartphone) / Programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer software / Development</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Mobile computing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mobile Computing</subfield><subfield code="0">(DE-588)4694120-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Anwendungssoftware</subfield><subfield code="0">(DE-588)4120906-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">iOS</subfield><subfield code="0">(DE-588)7845187-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Mobile Computing</subfield><subfield code="0">(DE-588)4694120-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">iOS</subfield><subfield code="0">(DE-588)7845187-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Anwendungssoftware</subfield><subfield code="0">(DE-588)4120906-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="2"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024801416&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-024801416</subfield></datafield></record></collection> |
id | DE-604.BV039943371 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:14:40Z |
institution | BVB |
isbn | 9781449311438 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024801416 |
oclc_num | 785843877 |
open_access_boolean | |
owner | DE-29T DE-573 DE-1051 DE-473 DE-BY-UBG DE-355 DE-BY-UBR |
owner_facet | DE-29T DE-573 DE-1051 DE-473 DE-BY-UBG DE-355 DE-BY-UBR |
physical | xvii, 852 p. ill. 24 cm |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Oreilly |
record_format | marc |
spelling | Nahavandipoor, Vandad Verfasser aut iOS 5 programming cookbook [solutions and examples for iPhone, iPad, and iPod touch apps] Vandad Nahavandipoor 1. ed Beijing [u.a.] Oreilly 2012 xvii, 852 p. ill. 24 cm txt rdacontent n rdamedia nc rdacarrier Includes index. - "Solutions and examples for iPhone, iPad, and iPod touch apps"--Cover iOS (Electronic resource) iPad (Computer) / Programming iPhone (Smartphone) / Programming Computer software / Development Mobile computing Mobile Computing (DE-588)4694120-4 gnd rswk-swf Softwareentwicklung (DE-588)4116522-6 gnd rswk-swf Anwendungssoftware (DE-588)4120906-0 gnd rswk-swf iOS (DE-588)7845187-5 gnd rswk-swf Mobile Computing (DE-588)4694120-4 s DE-604 iOS (DE-588)7845187-5 s Anwendungssoftware (DE-588)4120906-0 s Softwareentwicklung (DE-588)4116522-6 s Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024801416&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Nahavandipoor, Vandad iOS 5 programming cookbook [solutions and examples for iPhone, iPad, and iPod touch apps] iOS (Electronic resource) iPad (Computer) / Programming iPhone (Smartphone) / Programming Computer software / Development Mobile computing Mobile Computing (DE-588)4694120-4 gnd Softwareentwicklung (DE-588)4116522-6 gnd Anwendungssoftware (DE-588)4120906-0 gnd iOS (DE-588)7845187-5 gnd |
subject_GND | (DE-588)4694120-4 (DE-588)4116522-6 (DE-588)4120906-0 (DE-588)7845187-5 |
title | iOS 5 programming cookbook [solutions and examples for iPhone, iPad, and iPod touch apps] |
title_auth | iOS 5 programming cookbook [solutions and examples for iPhone, iPad, and iPod touch apps] |
title_exact_search | iOS 5 programming cookbook [solutions and examples for iPhone, iPad, and iPod touch apps] |
title_full | iOS 5 programming cookbook [solutions and examples for iPhone, iPad, and iPod touch apps] Vandad Nahavandipoor |
title_fullStr | iOS 5 programming cookbook [solutions and examples for iPhone, iPad, and iPod touch apps] Vandad Nahavandipoor |
title_full_unstemmed | iOS 5 programming cookbook [solutions and examples for iPhone, iPad, and iPod touch apps] Vandad Nahavandipoor |
title_short | iOS 5 programming cookbook |
title_sort | ios 5 programming cookbook solutions and examples for iphone ipad and ipod touch apps |
title_sub | [solutions and examples for iPhone, iPad, and iPod touch apps] |
topic | iOS (Electronic resource) iPad (Computer) / Programming iPhone (Smartphone) / Programming Computer software / Development Mobile computing Mobile Computing (DE-588)4694120-4 gnd Softwareentwicklung (DE-588)4116522-6 gnd Anwendungssoftware (DE-588)4120906-0 gnd iOS (DE-588)7845187-5 gnd |
topic_facet | iOS (Electronic resource) iPad (Computer) / Programming iPhone (Smartphone) / Programming Computer software / Development Mobile computing Mobile Computing Softwareentwicklung Anwendungssoftware iOS |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024801416&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT nahavandipoorvandad ios5programmingcookbooksolutionsandexamplesforiphoneipadandipodtouchapps |