Programming iOS 8: [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Sebastopol, Calif. [u.a.]
O'Reilly
2015
|
Ausgabe: | 5. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | XXVIII, 986 S. Ill. |
ISBN: | 9781491908730 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV042291123 | ||
003 | DE-604 | ||
005 | 20180117 | ||
007 | t | ||
008 | 150126s2015 a||| |||| 00||| eng d | ||
015 | |a 14N33 |2 dnb | ||
016 | 7 | |a 1054741344 |2 DE-101 | |
020 | |a 9781491908730 |c : Pb. : EUR 45.00 (DE) |9 978-1-4919-0873-0 | ||
035 | |a (OCoLC)915559112 | ||
035 | |a (DE-599)DNB1054741344 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-11 |a DE-523 | ||
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
084 | |a ST 326 |0 (DE-625)143662: |2 rvk | ||
100 | 1 | |a Neuburg, Matt |e Verfasser |0 (DE-588)1079423230 |4 aut | |
245 | 1 | 0 | |a Programming iOS 8 |b [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] |c Matt Neuburg |
250 | |a 5. ed. | ||
264 | 1 | |a Sebastopol, Calif. [u.a.] |b O'Reilly |c 2015 | |
300 | |a XXVIII, 986 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
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 Betriebssystem |0 (DE-588)4006216-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Betriebssystem |0 (DE-588)4006216-8 |D s |
689 | 0 | 1 | |a iOS 8 |0 (DE-588)1059928167 |D s |
689 | 0 | 2 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=4742510&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext | |
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=027728295&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-027728295 |
Datensatz im Suchindex
_version_ | 1806330251981094912 |
---|---|
adam_text |
Titel: Programming iOS 8
Autor: Neuburg, Matt
Jahr: 2015
83 85 90 92 94 95 99 100 102 104 106 107 108 109 111 112 113 116 117 119 119 120 123 126 127 131 134 136 137 141 142 145 147 149 153 155 156 156 158 160 Snapshots CIFilter and Cllmage Blur and Vibrancy Views Drawing a UlView Graphics Context Settings Paths and Shapes Clipping Gradients Colors and Patterns Graphics Context Transforms Shadows Erasing Points and Pixels Content Mode Layers. View and Layer Layers and Sublayers Manipulating the Layer Hierarchy Positioning a Sublayer CAScrollLayer Layout of Sublayers Drawing in a Layer Content Resizing and Positioning Layers that Draw Themselves Transforms Depth Shadows, Borders, and Masks Layer Efficiency Layers and Key-Value Coding Animation. Drawing, Animation, and Threading UllmageView and Ullmage Animation View Animation View Animation Options Canceling a View Animation Custom Animatable View Properties Springing View Animation Keyframe View Animation Transitions Implicit Layer Animation | Table of Contents
Table of Contents Preface.xvii Parti. Views 1. Views. 3 The Window 4 Experimenting With Views 7 Subview and Superview 8 Visibility and Opacity 12 Frame 12 Bounds and Center 13 Window Coordinates and Screen Coordinates 17 Transform 18 Trait Collections and Size Classes 23 Layout 26 Autoresizing 27 Autolayout 30 Configuring Layout in the Nib 47 View Debugging, Previewing, and Designing 56 Events Related to Layout 60 2. Drawing. 65 Ullmage 65 UllmageView 68 Resizable Images 70 Image Rendering Mode 74 Graphics Contexts 75 Ullmage Drawing 79 CGImage Drawing 81
Animation Transactions 162 Media Timing Functions 163 Core Animation 165 CABasicAnimation and Its Inheritance 165 Using a CABasicAnimation 167 Keyframe Animation 171 Making a Property Animatable 172 Grouped Animations 173 Freezing an Animation 177 Transitions 178 Animations List 180 Actions 182 What an Action Is 182 Action Search 183 Hooking Into the Action Search 185 Making a Custom Property Implicitly Animatable 188 Nonproperty Actions 189 Emitter Layers 191 CIFilter Transitions 196 UIKit Dynamics 198 Motion Effects 205 Animation and Autolayout 206 5. Touches. 209 Touch Events and Views 210 Receiving Touches 211 Restricting Touches 213 Interpreting Touches 214 Gesture Recognizers 218 Gesture Recognizer Classes 219 Gesture Recognizer Conflicts 223 Subclassing Gesture Recognizers 225 Gesture Recognizer Delegate 227 Gesture Recognizers in the Nib 230 Touch Delivery 230 Hit-Testing 231 Initial Touch Event Delivery 236 Gesture Recognizer and View 237 Touch Exclusion Logic 238 Gesture Recognition Logic 239 Touches and the Responder Chain 241 Table of Contents | v
Part II. Interface 6. View Controllers.245 View Controller Responsibilities 246 View Controller Hierarchy 247 View Controller Creation 254 How a View Controller Gets Its View 255 Manual View 257 Generic Automatic View 259 View in a Separate Nib 260 Nib-Instantiated View Controller 264 Storyboard-Instantiated View Controller 266 View Resizing 268 View Size in the Nib Editor 268 Bars and Underlapping 269 Resizing Events 272 Rotation 273 Presented View Controller 284 Presenting a View 285 Communication With a Presented View Controller 288 Presented View Animation 291 Presentation Styles 292 Adaptive Presentation 295 Rotation of a Presented View 297 Tab Bar Controller 298 Tab Bar Items 299 Configuring a Tab Bar Controller 300 Navigation Controller 302 Bar Button Items 305 Navigation Items and Toolbar Items 306 Configuring a Navigation Controller 309 Custom Transition 313 Noninteractive Custom Transition Animation 314 Interactive Custom Transition Animation 317 Custom Presented View Controller Transition 324 Transition Coordinator 330 Page View Controller 332 Preparing a Page View Controller 332 Page View Controller Navigation 334 Other Page View Controller Configurations 337 Container View Controllers 337 Adding and Removing Children 338 vi | Table of Contents
Container View Controllers, Traits, and Resizing 342 Storyboards 344 Segues 346 Container Views 349 Unwind Segues 350 View Controller Lifetime Events 355 Incoherencies in View Controller Events 358 Appear and Disappear Events 358 Event Forwarding to a Child View Controller 359 View Controller Memory Management 361 State Restoration 364 How to Test State Restoration 365 Participating in State Restoration 366 Restoration ID, Identifier Path, and Restoration Class 368 Restoring View Controller State 373 Restoration Order of Operations 378 Restoration of Other Objects 380 Snapshot Suppression 382 Scroll Views. . 385 Creating a Scroll View in Code 386 Manual Content Size 386 Automatic Content Size With Autolayout 387 Using a Content View 389 Scroll View in a Nib 391 Scrolling 393 Paging 397 Tiling 399 Zooming 401 Zooming Programmatically 403 Zooming with Detail 403 Scroll View Delegate 406 Scroll View Touches 409 Floating Scroll View Subviews 412 Scroll View Performance 413 Table Views and Collection Views. . 415 Table View Cells 418 Built-In Cell Styles 419 Registering a Cell Class 425 Custom Cells 427 Table View Data 433 Table of Contents | vii
The Three Big Questions 435 Reusing Cells 436 Table View Sections 438 Refreshing Table View Data 445 Variable Row Heights 449 Table View Cell Selection 454 Managing Cell Selection 454 Responding to Cell Selection 455 Navigation From a Table View 457 Cell Choice and Static Tables 458 Table View Scrolling and Layout 460 Table View State Restoration 460 Table View Searching 461 Configuring a Search Controller 461 Using a Search Controller 462 Table View Editing 468 Deleting Cells 471 Custom Action Buttons 473 Eciitable Content in Cells 474 Inserting Cells 476 Rearranging Cells 478 Dynamic Cells 479 Table View Menus 480 Collection Views 483 Collection View Classes 486 Using a Collection View 489 Custom Collection View Layouts 493 Switching Layouts 496 Collection Views and UIKit Dynamics 497 Popovers and Split Views. . 499 Popovers 499 Preparing a Popover 501 Popover Presentation, Dismissal, and Delegate 507 Adaptive Popovers 509 Popover Segues 511 Popover Presenting a View Controller 513 Popover Search Results 513 Split Views 515 Expanded Split View Controller (iPad) 517 Collapsed Split View Controller (iPhone) 519 Expanding Split View Controller (iPhone 6 Plus) 522 viii | Table of Contents
Customizing a Split View Controller 523 Setting the Collapsed State 525 Replacing the Child View Controllers 526 Split View Controller in a Storyboard 529 10. Text. 531 Fonts and Font Descriptors 532 Fonts 532 Font Descriptors 535 Attributed Strings 537 Attributed String Attributes 538 Making an Attributed String 541 Modifying and Querying an Attributed String 546 Custom Attributes 548 Drawing and Measuring an Attributed String 549 Labels 550 Number of Lines 551 Wrapping and Truncation 551 Label Resizing 552 Customized Label Drawing 554 Text Fields 555 Summoning and Dismissing the Keyboard 557 Keyboard Covers Text Field 559 Configuring the Keyboard 563 Text Field Delegate and Control Event Messages 564 Text Field Menu 566 Text Views 569 Text View as Scroll View 570 Text View and Keyboard 571 Text Kit 572 Text Container 574 Alternative Text Kit Stack Architectures 576 Layout Manager 578 Text Kit Without a Text View 581 11. Web Views. 587 WKWebView 588 WKWebView Content 590 Tracking Changes in a WKWebView 591 WKWebView Navigation 592 Communicating With a WKWebView Web Page 593 UlWebView 596 Table of Contents | ix
12 . UlWebView Content 596 UlWebView Navigation 597 Communicating with a UlWebView 598 Paginated Web Views 599 UlWebView State Restoration 599 Developing Web View Content 600 Controls and Other Views. . 603 UIActivitylndicatorView 603 UlProgressView 605 UlPickerView 607 UISearchBar 609 UlControl 614 UIS witch 618 UlStepper 619 UlPageControl 620 UIDatePicker 621 UlSlider 624 UlSegmentedControl 627 UIButton 630 Custom Controls 635 Bars 638 Bar Position and Bar Metrics 638 Bar Appearance 640 UIB ar B u t to n Item 641 UINavigationBar 643 UI Toolbar 646 UITabBar 646 Tint Color 651 Appearance Proxy 653 Modal Dialogs. . 657 Alerts and Action Sheets 657 Alerts 658 Action Sheets 661 Dialog Alternatives 662 Local Notifications 663 Registering a Notification 667 Scheduling a Notification 669 Hearing About a Local Notification 670 Today Intensions 672 Activity Views 675 x | Table of Contents
Presenting an Activity View Custom Activities Action Extensions 676 678 680 Part III. Some Frameworks 14. Audio.689 System Sounds 689 Audio Session 691 Interruptions 693 Secondary Audio 695 Routing Changes 696 Audio Player 697 Remote Control of Your Sound 699 Playing Sound in the Background 701 AVAudioEngine 704 Speech Synthesis 709 Further Topics in Sound 709 15. Video. 711 AVPlayerViewController 712 Fullscreen AVPlayerViewController 712 Embedded AVPlayerViewController 714 Other AVPlayerViewController Properties 714 Introducing AV Foundation 716 Some AV Foundation Classes 716 Things Take Time 717 Time is Measured Oddly 720 Constructing Media 720 Synchronizing Animation With Video 722 AVPlayerLayer 723 Further Exploration of AV Foundation 725 UIVideoEditorController 725 16. Music Library. 729 Exploring the Music Library 729 Querying the Music Library 730 Persistence and Change in the Music Library 734 Music Player 735 MPVolumeView 738 Playing Songs With AV Foundation 739 Table of Contents | xi
Media Picker 741 17. Photo Library and Image Capture. 745 Photo Library Authorization 745 Choosing From the Photo Library 747 Photos Framework 751 Querying the Photo Library 752 Modifying the Library 754 Displaying Images 757 Editing Images 759 Photo Editing Extension 763 Using the Camera 765 Camera Authorization 765 Using the Camera with UllmagePickerController 766 Customizing the Image Capture Interface 768 Image Capture With AV Foundation 770 18. Address Book. 773 Address Book Database 773 Address Book Authorization 773 Address Book Changes 775 Persons and Addresses 776 Address Book Interface 779 ABPeoplePickerNavigationController 779 ABPersonViewController 781 ABNewPersonViewController 782 ABUnknownPersonViewController 783 19. Calendar. 785 Calendar Database 785 Calendar Database Authorization 786 Calendar Database Contents 787 Calendar Database Changes 788 Creating Calendars and Events 789 Recurrence 791 Fetching Events 794 Reminders 795 Proximity Alarms 796 Calendar Interface 796 EKEventViewController 79 7 EKEventEditViewController 798 EKCalendarChooser 798 xii | Table of Contents
20. Mail and Messages. . 801 Mail Message 802 Text Message 803 Twitter Post 804 21. Maps. . 807 Displaying a Map 807 Annotations 810 Custom Annotation View 811 Custom Annotation Class 815 Other Annotation Features 816 Overlays 817 Custom Overlay Class 819 Custom Overlay Renderer 821 Other Overlay Features 823 Map Kit and Current Location 824 Communicating With the Maps App 826 Geocoding, Searching, and Directions 827 Geocoding 827 Searching 829 Directions 829 22. Sensors. . 831 Core Location 832 Core Location Authorization 833 Basic Location Determination 835 Heading 838 Background Location 839 Acceleration and Attitude 843 Shake Events 844 Raw Acceleration 845 Gyroscope 849 Motion Activity 854 Part IV. Final Topics 23. Persistent Storage. . 861 The Sandbox 861 Standard Directories 861 Visually Inspecting the Sandbox 863 Basic File Operations 864 - - --------- ------------------- - - . - Table of Contents 1 xiii
Saving and Reading Files 865 File Coordinators 867 User Defaults 867 Simple Sharing and Previewing of Files 870 File Sharing 870 Document Types and Receiving a Document 871 Handing Over a Document 874 Previewing a Document 875 Document Architecture 878 iCloud 883 XML 886 SQLite 891 Core Data 891 Image File Formats 898 24. Basic Networking. .901 HTTP Requests 901 Simple HTTP Request 903 Formal HTTP Request 904 Encapsulating the Session, Task, and Delegate 909 Multiple Tasks 913 Background Downloads 917 Background App Refresh 919 In-App Purchases 920 Bonjour 924 25. Threads. . 927 Main Thread 927 Why Threading Is Hard 930 Blocking the Main Thread 931 NSOperation 934 Grand Central Dispatch 938 Threads and App Backgrounding 944 26. Undo. . 947 Undo Manager 947 Target-Action Undo 948 Undo Grouping 950 Invocation Undo 951 Undo Interface 952 Shake-To-Edit 952 Undo Menu 953 xiv I Table of Contents —
A. Application Lifetime Events. 957 B. Some Useful Utility Functions. 963 Index. 971 Table of Contents | xv |
any_adam_object | 1 |
author | Neuburg, Matt |
author_GND | (DE-588)1079423230 |
author_facet | Neuburg, Matt |
author_role | aut |
author_sort | Neuburg, Matt |
author_variant | m n mn |
building | Verbundindex |
bvnumber | BV042291123 |
classification_rvk | ST 261 ST 326 |
ctrlnum | (OCoLC)915559112 (DE-599)DNB1054741344 |
discipline | Informatik |
edition | 5. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV042291123</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20180117</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">150126s2015 a||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">14N33</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1054741344</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781491908730</subfield><subfield code="c">: Pb. : EUR 45.00 (DE)</subfield><subfield code="9">978-1-4919-0873-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)915559112</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1054741344</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><subfield code="a">DE-523</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="084" ind1=" " ind2=" "><subfield code="a">ST 326</subfield><subfield code="0">(DE-625)143662:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Neuburg, Matt</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1079423230</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programming iOS 8</subfield><subfield code="b">[dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1]</subfield><subfield code="c">Matt Neuburg</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">5. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Sebastopol, Calif. [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2015</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXVIII, 986 S.</subfield><subfield code="b">Ill.</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">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">Betriebssystem</subfield><subfield code="0">(DE-588)4006216-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Betriebssystem</subfield><subfield code="0">(DE-588)4006216-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">iOS 8</subfield><subfield code="0">(DE-588)1059928167</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=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=4742510&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</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=027728295&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-027728295</subfield></datafield></record></collection> |
id | DE-604.BV042291123 |
illustrated | Illustrated |
indexdate | 2024-08-03T02:06:07Z |
institution | BVB |
isbn | 9781491908730 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-027728295 |
oclc_num | 915559112 |
open_access_boolean | |
owner | DE-11 DE-523 |
owner_facet | DE-11 DE-523 |
physical | XXVIII, 986 S. Ill. |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | O'Reilly |
record_format | marc |
spelling | Neuburg, Matt Verfasser (DE-588)1079423230 aut Programming iOS 8 [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] Matt Neuburg 5. ed. Sebastopol, Calif. [u.a.] O'Reilly 2015 XXVIII, 986 S. Ill. txt rdacontent n rdamedia nc rdacarrier iOS 8 (DE-588)1059928167 gnd rswk-swf Programmierung (DE-588)4076370-5 gnd rswk-swf Betriebssystem (DE-588)4006216-8 gnd rswk-swf Betriebssystem (DE-588)4006216-8 s iOS 8 (DE-588)1059928167 s Programmierung (DE-588)4076370-5 s DE-604 text/html http://deposit.dnb.de/cgi-bin/dokserv?id=4742510&prov=M&dok_var=1&dok_ext=htm Inhaltstext HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027728295&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Neuburg, Matt Programming iOS 8 [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] iOS 8 (DE-588)1059928167 gnd Programmierung (DE-588)4076370-5 gnd Betriebssystem (DE-588)4006216-8 gnd |
subject_GND | (DE-588)1059928167 (DE-588)4076370-5 (DE-588)4006216-8 |
title | Programming iOS 8 [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] |
title_auth | Programming iOS 8 [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] |
title_exact_search | Programming iOS 8 [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] |
title_full | Programming iOS 8 [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] Matt Neuburg |
title_fullStr | Programming iOS 8 [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] Matt Neuburg |
title_full_unstemmed | Programming iOS 8 [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] Matt Neuburg |
title_short | Programming iOS 8 |
title_sort | programming ios 8 dive deep into views view controllers and frameworks covers swift ios 8 1 xcode 6 1 |
title_sub | [dive deep into views, view controllers, and frameworks ; covers Swift, iOS 8.1, Xcode 6.1] |
topic | iOS 8 (DE-588)1059928167 gnd Programmierung (DE-588)4076370-5 gnd Betriebssystem (DE-588)4006216-8 gnd |
topic_facet | iOS 8 Programmierung Betriebssystem |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=4742510&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027728295&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT neuburgmatt programmingios8divedeepintoviewsviewcontrollersandframeworkscoversswiftios81xcode61 |