iOS 8 Swift programming cookbook: [solutions & examples for iOS apps ; covers Xcode6]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing ; Köln [u.a.]
O'Reilly
2015
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Cover Inhaltsverzeichnis |
Beschreibung: | XVII, 879 S. Ill., graph. Darst., Kt. |
ISBN: | 9781491908693 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV042290532 | ||
003 | DE-604 | ||
005 | 20180329 | ||
007 | t | ||
008 | 150126s2015 abd| |||| 00||| eng d | ||
020 | |a 9781491908693 |9 978-1-491-90869-3 | ||
035 | |a (OCoLC)915558859 | ||
035 | |a (DE-599)BSZ415246016 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-11 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
100 | 1 | |a Nahavandipoor, Vandad |e Verfasser |4 aut | |
245 | 1 | 0 | |a iOS 8 Swift programming cookbook |b [solutions & examples for iOS apps ; covers Xcode6] |c Vandad Nahavandipoor |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing ; Köln [u.a.] |b O'Reilly |c 2015 | |
300 | |a XVII, 879 S. |b Ill., graph. Darst., Kt. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Xcode |0 (DE-588)7552970-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a App |g Programm |0 (DE-588)7705206-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a iPad |0 (DE-588)7712886-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Softwareentwicklung |0 (DE-588)4116522-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a iOS 8 |0 (DE-588)1059928167 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a iPhone |0 (DE-588)7596595-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a App |g Programm |0 (DE-588)7705206-7 |D s |
689 | 0 | 1 | |a Softwareentwicklung |0 (DE-588)4116522-6 |D s |
689 | 0 | 2 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | 3 | |a Xcode |0 (DE-588)7552970-1 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a App |g Programm |0 (DE-588)7705206-7 |D s |
689 | 1 | 1 | |a Softwareentwicklung |0 (DE-588)4116522-6 |D s |
689 | 1 | 2 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 1 | 3 | |a iOS 8 |0 (DE-588)1059928167 |D s |
689 | 1 | 4 | |a iPhone |0 (DE-588)7596595-1 |D s |
689 | 1 | 5 | |a iPad |0 (DE-588)7712886-2 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m V:DE-576;X:oreilly |q image/jpeg |u http://swbplus.bsz-bw.de/bsz415246016cov.htm |3 Cover |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027727723&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-027727723 |
Datensatz im Suchindex
_version_ | 1804152860950134784 |
---|---|
adam_text | Titel: iOS 8 swift programming cookbook
Autor: Nahavandipoor, Vandad
Jahr: 2015
Table of Contents
Preface....................................................................... ix
1. The Basics.................................................................. 1
1.1. Adding Blur Effects to Your Views 9
1.2. Presenting Temporary Information on the Screen with Popovers 12
1.3. Displaying Images with UllmageView 17
1.4. Displaying Static Text with UILabel 21
1.5. Adding Buttons to the User Interface with UIButton 27
1.6. Displaying Alerts and Action Sheets 31
1.7. Creating, Using, and Customizing Switches with UlSwitch 37
1.8. Picking Values with the UlPickerView 41
1.9. Picking the Date and Time with UIDatePicker 46
1.10. Implementing Range Pickers with UlSlider 49
1.11. Grouping Compact Options with UlSegmentedControl 53
1.12. Presenting Sharing Options with UIActivityViewController 57
1.13. Presenting Custom Sharing Options with UIActivityViewController 63
1.14. Displaying an Image on a Navigation Bar 68
1.15. Adding Buttons to Navigation Bars Using UIBarButtonltem 70
1.16. Accepting User Text Input with UITextField 75
1.17. Displaying Long Lines of Text with UITextView 83
1.18. Creating Scrollable Content with UlScrollView 88
1.19. Loading Web Pages with WebKit 91
1.20. Loading Web Pages with UI Web View 94
1.21. Displaying Progress with UlProgressView 97
1.22. Creating a Provision Profile 99
2. Extensions............................................................... 107
2.1. Adding New Photo Editing Capabilities to the Photos App 110
2.2. Providing a Custom Sharing Extension to iOS 118
2.3. Building Custom Keyboards 129
2.4. Creating a Service Within Your App with Action Extensions 137
2.5. Adding Widgets to the Notification Center 144
3. Managing Health Data with HealthKit........................................ 155
3.1. Setting Up Your App for HealthKit 155
3.2. Retrieving and Modifying the Users Weight Information 160
3.3. Accessing and Modifying the User s Height Information 165
3.4. Retrieving User Characteristics 172
3.5. Observing Changes to the Users Health Information 177
3.6. Reading and Modifying the User s Total Calories Burned 183
3.7. Converting Between Units 196
4. Managing Home Appliances with HomeKit.................................... 201
4.1. Simulating HomeKit Accessories 203
4.2. Managing the Users Home in HomeKit 212
4.3. Adding Rooms to the User s Home 219
4.4. Specifying Zones in the User s Home 224
4.5. Discovering and Managing HomeKit Enabled Accessories 229
4.6. Interacting with HomeKit Accessories 234
4.7. Grouping Services of HomeKit Accessories 242
5. Creating Dynamic and Interactive User Interfaces.............................. 247
5.1. Adding Gravity to Your UI Components 249
5.2. Detecting and Reacting to Collisions Between UI Components 250
5.3. Animating Your UI Components with a Push 257
5.4. Attaching Multiple Dynamic Items to Each Other 262
5.5. Adding a Dynamic Snap Effect to Your UI Components 266
5.6. Assigning Characteristics to Your Dynamic Effects 269
6. Table and Collection Views..................................................275
6.1. Populating a Table View with Data 277
6.2. Enabling Swipe Deletion of Table View Cells 281
6.3. Constructing Headers and Footers in Table Views 282
6.4. Displaying a Refresh Control for Table Views 288
6.5. Providing Basic Content to a Collection View 292
6.6. Feeding Custom Cells to Collection Views Using .xib Files 297
6.7. Handling Events in Collection Views 303
6.8. Providing Header and Footer in a Collection View 307
6.9. Adding Custom Interactions to Collection Views 312
7. Concurrency and Multitasking...............................................315
7.1. Performing UI-Related Tasks 319
7.2. Performing Non-UI Related Tasks 321
7.3. Performing Tasks After a Delay 329
7.4. Performing a Task Only Once 331
7.5. Grouping Tasks Together 332
7.6. Creating Simple Concurrency with Operations 335
7.7. Creating Dependency Between Operations 340
7.8. Firing Periodic Tasks 342
7.9. Completing a Long-Running Task in the Background 345
7.10. Adding Background Fetch Capabilities to Your Apps 348
7.11. Playing Audio in the Background 357
7.12. Handling Location Changes in the Background 360
7.13. Handling Network Connections in the Background 363
8. Security..................................................................367
8.1. Authenticating the User with Touch ID 373
8.2. Enabling Security and Protection for Your Apps 376
8.3. Storing Values in the Keychain 381
8.4. Finding Values in the Keychain 383
8.5. Updating Existing Values in the Keychain 386
8.6. Deleting Existing Values in the Keychain 390
8.7. Sharing Keychain Data Between Multiple Apps 392
8.8. Writing to and Reading Keychain Data from iCloud 397
8.9. Storing Files Securely in the App Sandbox 399
8.10. Securing Your User Interface 403
9. Core Location, iBeacon, and Maps............................................407
9.1. Detecting Which Floor the User Is on in a Building 407
9.2. Defining and Processing iBeacons 409
9.3. Pinpointing the Location of a Device 415
9.4. Displaying Pins on a Map View 420
9.5. Displaying Custom Pins on a Map View 423
9.6. Searching on a Map View 429
9.7. Displaying Directions on the Map 434
9.8. Customizing the View of the Map with a Camera 440
10. Gesture Recognizers....................................................... 445
10.1. Detecting Swipe Gestures 447
10.2. Detecting Rotation Gestures 449
10.3. Detecting Panning and Dragging Gestures 452
10.4. Detecting Long Press Gestures 455
10.5. Detecting Tap Gestures 458
10.6. Detecting Pinch Gestures 460
10.7. Detecting Screen Edge Pan Gestures 462
11. Networking and Sharing................................................... 465
11.1. Downloading Data Using NSURLSession 465
11.2. Downloading Data in the Background Using NSURLSession 473
11.3. Uploading Data Using NSURLSession 477
11.4. Downloading Asynchronously with NSURLConnection 479
11.5. Handling Timeouts in Asynchronous Connections 483
11.6. Downloading Synchronously with NSURLConnection 484
11.7. Customizing URL Requests 487
11.8. Sending HTTP Requests with NSURLConnection 488
11.9. Serializing and Deserializing JSON Objects 491
11.10. Integrating Social Sharing into Your Apps 495
12. Multimedia...............................................................499
12.1. Playing Audio Files 499
12.2. Recording Audio 501
12.3. Playing Video Files 509
12.4. Capturing Thumbnails from Video Files 513
12.5. Accessing the Music Library 516
13. Address Book............................................................. 525
13.1. Retrieving a Person Entity with System UI 527
13.2. Retrieving a Property of a Person Entity with System UI 531
13.3. Requesting Access to the Address Book 534
13.4. Retrieving All the People in the Address Book 537
13.5. Retrieving Properties of Address Book Entries 538
13.6. Inserting a Person Entry into the Address Book 541
13.7. Inserting a Group Entry into the Address Book 544
13.8. Adding Persons to Groups 547
13.9. Searching the Address Book 549
13.10. Retrieving and Setting a Persons Address Book Image 552
14. FilesandFolderManagement............................................... 555
14.1. Finding the Paths of the Most Useful Folders on Disk 557
14.2. Writing to and Reading from Files 559
14.3. Creating Folders on Disk 564
14.4. Enumerating Files and Folders 565
14.5. Deleting Files and Folders 571
14.6. Saving Objects to Files 574
15. Camera and the Photo Library...............................................577
15.1. Detecting and Probing the Camera 579
15.2. Taking Photos with the Camera 583
15.3. Taking Videos with the Camera 587
15.4. Storing Photos in the Photo Library 590
15.5. Storing Videos in the Photo Library 595
15.6. Searching for and Retrieving Images and Videos 597
15.7. Reacting to Changes in Images and Videos 602
15.8. Editing Images and Videos Right on the Device 608
16. Notifications..............................................................615
16.1. Sending Notifications 616
16.2. Listening for and Reacting to Notifications 618
16.3. Listening and Reacting to Keyboard Notifications 621
16.4. Scheduling Local Notifications 630
16.5. Listening for and Reacting to Local Notifications 636
16.6. Handling Local System Notifications 639
16.7. Setting Up Your App for Push Notifications 642
16.8. Delivering Push Notifications to Your App 648
16.9. Reacting to Push Notifications 656
17. Core Data................................................................ 659
17.1. Performing Batch Updates on Core Data 661
17.2. Writing to Core Data 664
17.3. Reading Data from Core Data 666
17.4. Deleting Data from Core Data 668
17.5. Sorting Data in Core Data 670
17.6. Boosting Data Access in Table Views 672
17.7. Implementing Relationships in Core Data 680
17.8. Fetching Data in the Background 686
17.9. Using Custom Data Types in Your Core Data Model 690
18. Dates, Calendars, and Events................................................697
18.1. Constructing DateObjects 698
18.2. Retrieving Date Components 699
18.3. Requesting Permission to Access Calendars 700
18.4. Retrieving Calendar Groups on an iOS Device 705
18.5. Adding Events to Calendars 707
18.6. Accessing the Contents of Calendars 712
18.7. Removing Events from Calendars 714
18.8. Adding Recurring Events to Calendars 718
18.9. Retrieving the Attendees of an Event 722
18.10. Adding Alarms to Calendars 725
19. Graphics and Animations................................................... 729
19.1. Drawing Text 734
19.2. Drawing Images 736
19.3. Constructing Resizable Images 739
19.4. Drawing Lines 745
19.5. Constructing Paths 751
19.6. Drawing Rectangles 755
19.7. Adding Shadows to Shapes 759
19.8. Drawing Gradients 764
19.9. Transforming Views 770
19.10. Animating Views 776
20. Core Motion.............................................................. 787
20.1. Retrieving Altitude Data 788
20.2. Retrieving Pedometer Data 790
20.3. Detecting the Availability of an Accelerometer 794
20.4. Detecting the Availability of a Gyroscope 796
20.5. Retrieving Accelerometer Data 797
20.6. Detecting Shakes on an iOS Device 801
20.7. Retrieving Gyroscope Data 802
21. Cloud.................................................................... 805
21.1. Setting Up Your App for CloudKit 807
21.2. Storing Data with CloudKit 812
21.3. Retrieving Data with CloudKit 820
21.4. Querying the Cloud with CloudKit 826
21.5. Observing Changes to Records in CloudKit 831
21.6. Retrieving User Information from CloudKit 839
21.7. Storing and Synchronizing Dictionaries in iCloud 846
21.8. Creating and Managing Files and Folders in iCloud 851
21.9. Searching for Files and Folders in iCloud 855
Index....................................................................... 863
|
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 | BV042290532 |
classification_rvk | ST 250 ST 261 |
ctrlnum | (OCoLC)915558859 (DE-599)BSZ415246016 |
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>02217nam a2200541 c 4500</leader><controlfield tag="001">BV042290532</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20180329 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">150126s2015 abd| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781491908693</subfield><subfield code="9">978-1-491-90869-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)915558859</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BSZ415246016</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-11</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</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 8 Swift programming cookbook</subfield><subfield code="b">[solutions & examples for iOS apps ; covers Xcode6]</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 ; Köln [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2015</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVII, 879 S.</subfield><subfield code="b">Ill., graph. Darst., Kt.</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="650" ind1="0" ind2="7"><subfield code="a">Xcode</subfield><subfield code="0">(DE-588)7552970-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">App</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)7705206-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">iPad</subfield><subfield code="0">(DE-588)7712886-2</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">iOS 8</subfield><subfield code="0">(DE-588)1059928167</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">iPhone</subfield><subfield code="0">(DE-588)7596595-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">App</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)7705206-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Xcode</subfield><subfield code="0">(DE-588)7552970-1</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">App</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)7705206-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><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="2"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="3"><subfield code="a">iOS 8</subfield><subfield code="0">(DE-588)1059928167</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="4"><subfield code="a">iPhone</subfield><subfield code="0">(DE-588)7596595-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="5"><subfield code="a">iPad</subfield><subfield code="0">(DE-588)7712886-2</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">V:DE-576;X:oreilly</subfield><subfield code="q">image/jpeg</subfield><subfield code="u">http://swbplus.bsz-bw.de/bsz415246016cov.htm</subfield><subfield code="3">Cover</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</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=027727723&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-027727723</subfield></datafield></record></collection> |
id | DE-604.BV042290532 |
illustrated | Illustrated |
indexdate | 2024-07-10T01:17:26Z |
institution | BVB |
isbn | 9781491908693 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-027727723 |
oclc_num | 915558859 |
open_access_boolean | |
owner | DE-11 |
owner_facet | DE-11 |
physical | XVII, 879 S. Ill., graph. Darst., Kt. |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | O'Reilly |
record_format | marc |
spelling | Nahavandipoor, Vandad Verfasser aut iOS 8 Swift programming cookbook [solutions & examples for iOS apps ; covers Xcode6] Vandad Nahavandipoor 1. ed. Beijing ; Köln [u.a.] O'Reilly 2015 XVII, 879 S. Ill., graph. Darst., Kt. txt rdacontent n rdamedia nc rdacarrier Xcode (DE-588)7552970-1 gnd rswk-swf App Programm (DE-588)7705206-7 gnd rswk-swf iPad (DE-588)7712886-2 gnd rswk-swf Softwareentwicklung (DE-588)4116522-6 gnd rswk-swf iOS 8 (DE-588)1059928167 gnd rswk-swf Programmierung (DE-588)4076370-5 gnd rswk-swf iPhone (DE-588)7596595-1 gnd rswk-swf App Programm (DE-588)7705206-7 s Softwareentwicklung (DE-588)4116522-6 s Programmierung (DE-588)4076370-5 s Xcode (DE-588)7552970-1 s DE-604 iOS 8 (DE-588)1059928167 s iPhone (DE-588)7596595-1 s iPad (DE-588)7712886-2 s V:DE-576;X:oreilly image/jpeg http://swbplus.bsz-bw.de/bsz415246016cov.htm Cover HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027727723&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Nahavandipoor, Vandad iOS 8 Swift programming cookbook [solutions & examples for iOS apps ; covers Xcode6] Xcode (DE-588)7552970-1 gnd App Programm (DE-588)7705206-7 gnd iPad (DE-588)7712886-2 gnd Softwareentwicklung (DE-588)4116522-6 gnd iOS 8 (DE-588)1059928167 gnd Programmierung (DE-588)4076370-5 gnd iPhone (DE-588)7596595-1 gnd |
subject_GND | (DE-588)7552970-1 (DE-588)7705206-7 (DE-588)7712886-2 (DE-588)4116522-6 (DE-588)1059928167 (DE-588)4076370-5 (DE-588)7596595-1 |
title | iOS 8 Swift programming cookbook [solutions & examples for iOS apps ; covers Xcode6] |
title_auth | iOS 8 Swift programming cookbook [solutions & examples for iOS apps ; covers Xcode6] |
title_exact_search | iOS 8 Swift programming cookbook [solutions & examples for iOS apps ; covers Xcode6] |
title_full | iOS 8 Swift programming cookbook [solutions & examples for iOS apps ; covers Xcode6] Vandad Nahavandipoor |
title_fullStr | iOS 8 Swift programming cookbook [solutions & examples for iOS apps ; covers Xcode6] Vandad Nahavandipoor |
title_full_unstemmed | iOS 8 Swift programming cookbook [solutions & examples for iOS apps ; covers Xcode6] Vandad Nahavandipoor |
title_short | iOS 8 Swift programming cookbook |
title_sort | ios 8 swift programming cookbook solutions examples for ios apps covers xcode6 |
title_sub | [solutions & examples for iOS apps ; covers Xcode6] |
topic | Xcode (DE-588)7552970-1 gnd App Programm (DE-588)7705206-7 gnd iPad (DE-588)7712886-2 gnd Softwareentwicklung (DE-588)4116522-6 gnd iOS 8 (DE-588)1059928167 gnd Programmierung (DE-588)4076370-5 gnd iPhone (DE-588)7596595-1 gnd |
topic_facet | Xcode App Programm iPad Softwareentwicklung iOS 8 Programmierung iPhone |
url | http://swbplus.bsz-bw.de/bsz415246016cov.htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027727723&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT nahavandipoorvandad ios8swiftprogrammingcookbooksolutionsexamplesforiosappscoversxcode6 |