가톨릭대학교 성심로고

로컬네비게이션

전체메뉴

전체메뉴

검색

상세정보

Programming iOS 13 : dive deep into views, view controllers, and frameworks

Neuburg, Matt

상세정보
자료유형단행본
개인저자Neuburg, Matt.
서명/저자사항Programming iOS 13: dive deep into views, view controllers, and frameworks/ Matt Neuburg.
판사항10th ed.
발행사항Sebastopol, CA : O'Reilly Media Inc., 2020.
형태사항xxx, 1169 p. : ill. ; 23 cm.
ISBN9781492074618 (pbk.)
1492074616 (pbk.)
일반주기 Includes index.
"Covers iOS 13, Xcode 11, and Swift 5.1"--Cover.
주제명
(통일서명)
iOS (Electronic resource)
Mac OS.
일반주제명Swift (Computer program language)
Application software --Development.
서비스 이용안내
  • 보존서고도서 신청보존서고도서 신청
  • 서가에 없는 도서서가에 없는 도서
  • 야간대출 이미지야간대출
  • 인쇄인쇄

전체

전체 소장정보 목록
No. 등록번호 청구기호 소장처 도서상태 반납예정일 예약 서비스 매체정보
1 W142511 005.26 N478p10 중앙도서관/제2자료실(4F)/ 대출가능

초록

목차 일부

If you’re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copi...

목차 전체

If you’re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how to create views, manipulate view controllers, and add features from iOS frameworks.

Create, arrange, draw, layer, and animate views that respondto touch
Use view controllers to manage multiple screens of interface
Master interface classes for scroll views, table views, text,popovers, split views, web views, and controls
Dive into frameworks for sound, video, maps, and sensors
Access user libraries: music, photos, contacts, and calendar
Explore files, networking, and threads
Stay up-to-date on iOS 13 innovations, such as:

Symbol images
Light and dark mode
Sheet presentation
Diffable data sources and compositional layout
Context menus and previews
Window scene delegates and multiple windows on iPad
Want to brush up on the basics? Pick up iOS 13 Programming Fundamentals with Swift to learn about Swift, Xcode, and Cocoa. Together with Programming iOS 13, you’ll gaina solid, rigorous, and practical understanding of iOS 13 development.

목차

목차 일부

Preface xxi
Part I. Views
1 Views 3 (78)
Window and Root View 4 (4)
How an App Launches 4 (2)
App Without a Storyboard 6 (2)
Referring to the Window 8 (1)
Experimenting with Views 8 (1)
Subvie...

목차 전체

Preface xxi
Part I. Views
1 Views 3 (78)
Window and Root View 4 (4)
How an App Launches 4 (2)
App Without a Storyboard 6 (2)
Referring to the Window 8 (1)
Experimenting with Views 8 (1)
Subview and Superview 9 (3)
Color 12 (2)
Visibility and Opacity 14 (1)
Frame 15 (1)
Bounds and Center 16 (4)
Transform 20 (4)
Transform3D 24 (2)
Window Coordinates and Screen Coordinates 26 (1)
Trait Collections 27 (5)
Interface Style 29 (1)
Size Classes 30 (1)
Overriding Trait Collections 31 (1)
Layout 32 (31)
Autoresizing 33 (2)
Autolayout and Constraints 35 (3)
Implicit Autoresizing Constraints 38 (2)
Creating Constraints in Code 40 (5)
Constraints as Objects 45 (2)
Margins and Guides 47 (6)
Intrinsic Content Size 53 (2)
Self-Sizing Views 55 (1)
Stack Views 56 (4)
Internationalization 60 (1)
Mistakes with Constraints 60 (3)
Configuring Layout in the Nib 63 (11)
Autoresizing in the Nib 64 (1)
Creating a Constraint 65 (1)
Viewing and Editing Constraints 66 (2)
Problems with Nib Constraints 68 (3)
Varying the Screen Size 71 (1)
Conditional Interface Design 71 (3)
Xcode View Features 74 (4)
View Debugger 74 (1)
Previewing Your Interface 75 (1)
Designable Views and Inspectable 75 (3)
Properties
Layout Events 78 (3)
2 Drawing 81 (50)
Images and Image Views 81 (15)
Image Files 82 (6)
Image Views 88 (2)
Resizable Images 90 (3)
Transparency Masks 93 (2)
Reversible Images 95 (1)
Graphics Contexts 96 (4)
Drawing on Demand 98 (1)
Drawing a UIImage 99 (1)
UIImage Drawing 100 (3)
CGImage Drawing 103 (2)
Snapshots 105 (1)
CIFilter and CIImage 106 (5)
Blur and Vibrancy Views 111 (1)
Drawing a UIView 112 (2)
Graphics Context Commands 114 (15)
Graphics Context Settings 115 (1)
Paths and Shapes 116 (4)
Clipping 120 (1)
Gradients 121 (1)
Colors and Patterns 122 (3)
Graphics Context Transforms 125 (2)
Shadows 127 (1)
Erasing 128 (1)
Points and Pixels 129 (1)
Content Mode 129 (2)
3 Layers 131 (28)
View and Layer 132 (1)
Layers and Sublayers 133 (6)
Manipulating the Layer Hierarchy 136 (1)
Positioning a Sublayer 137 (1)
CAScrollLayer 138 (1)
Layer and Delegate 139 (1)
Layout of Layers 139 (1)
Drawing in a Layer 140 (6)
Drawing-Related Layer Properties 142 (1)
Content Resizing and Positioning 143 (2)
Layers that Draw Themselves 145 (1)
Transforms 146 (7)
Affine Transforms 147 (1)
3D Transforms 148 (1)
Depth 149 (4)
Further Layer Features 153 (3)
Shadows 153 (1)
Borders and Rounded Corners 154 (1)
Masks 154 (2)
Layer Efficiency 156 (1)
Layers and Key-Value Coding 157 (2)
4 Animation 159 (84)
Drawing, Animation, and Threading 160 (2)
Image View and Image Animation 162 (2)
View Animation 164 (26)
A Brief History of View Animation 164 (1)
Property Animator Basics 165 (3)
View Animation Basics 168 (3)
View Animation Configuration 171 (5)
Timing Curves 176 (3)
Canceling a View Animation 179 (4)
Frozen View Animation 183 (1)
Custom Animatable View Properties 184 (1)
Keyframe View Animation 185 (3)
Transitions 188 (2)
Implicit Layer Animation 190 (4)
Animatable Layer Properties 191 (1)
Animation Transactions 191 (2)
Media Timing Functions 193 (1)
Core Animation 194 (17)
CABasicAnimation and Its Inheritance 194 (2)
Using a CABasicAnimation 196 (3)
Springing Animation 199 (1)
Keyframe Animation 200 (1)
Making a Property Animatable 201 (2)
Grouped Animations 203 (3)
Freezing an Animation 206 (1)
Transitions 207 (2)
Animations List 209 (2)
Actions 211 (8)
What an Action Is 211 (1)
Action Search 211 (2)
Hooking Into the Action Search 213 (3)
Making a Custom Property Implicitly 216 (1)
Animatable
Nonproperty Actions 217 (2)
Emitter Layers 219 (5)
CIFilter Transitions 224 (2)
UIKit Dynamics 226 (13)
The Dynamics Stack 226 (4)
Custom Behaviors 230 (2)
Animator and Behaviors 232 (7)
Motion Effects 239 (1)
Animation and Layout 240 (3)
5 Touches 243 (42)
Touch Events and Views 244 (2)
Receiving Touches 246 (2)
Restricting Touches 248 (1)
Interpreting Touches 249 (4)
Gesture Recognizers 253 (13)
Gesture Recognizer Classes 253 (6)
Gesture Recognizer Conflicts 259 (2)
Gesture Recognizer Delegate 261 (2)
Subclassing Gesture Recognizers 263 (3)
Gesture Recognizers in the Nib 266 (1)
3D Touch Press Gesture 266 (2)
Touch Delivery 268 (1)
Hit-Testing 269 (7)
Performing Hit-Testing 270 (1)
Hit-Test Munging 271 (1)
Hit-Testing for Layers 272 (1)
Hit-Testing for Drawings 273 (1)
Hit-Testing During Animation 274 (2)
Initial Touch Event Delivery 276 (1)
Gesture Recognizer and View 277 (1)
Touch Exclusion Logic 278 (1)
Gesture Recognition Logic 279 (6)
Part II. Interface
6 View Controllers 285 (126)
View Controller Responsibilities 286 (1)
View Controller Hierarchy 287 (9)
Automatic Child View Placement 290 (1)
Manual Child View Placement 291 (2)
Presented View Placement 293 (2)
Ensuring a Coherent Hierarchy 295 (1)
View Controller Creation 296 (1)
How a View Controller Obtains Its View 297 (7)
Manual View 299 (1)
Generic Automatic View 300 (1)
View in a Separate Nib 301 (3)
Summary 304 (1)
How Storyboards Work 304 (3)
How a Storyboard View Controller Nib is 305 (2)
Loaded
How a Storyboard View Nib is Loaded 307 (1)
View Resizing 307 (7)
View Size in the Nib Editor 308 (1)
Bars and Underlapping 308 (4)
Resizing and Layout Events 312 (2)
Rotation 314 (4)
Uses of Rotation 314 (1)
Permitting Compensatory Rotation 315 (2)
Initial Orientation 317 (1)
Detecting Rotation 317 (1)
View Controller Manual Layout 318 (3)
Initial Manual Layout 318 (1)
Manual Layout During Rotation 319 (2)
Presented View Controller 321 (14)
Presentation and Dismissal 321 (3)
Configuring a Presentation 324 (6)
Communication with a Presented View 330 (2)
Controller
Adaptive Presentation 332 (2)
Presentation, Rotation, and the Status Bar 334 (1)
Tab Bar Controller 335 (4)
Tab Bar Items 335 (2)
Configuring a Tab Bar Controller 337 (2)
Navigation Controller 339 (11)
Bar Button Items 341 (1)
Navigation Items and Toolbar Items 342 (4)
Configuring a Navigation Controller 346 (4)
Custom Transition 350 (18)
Noninteractive Custom Transition Animation 351 (5)
Interactive Custom Transition Animation 356 (5)
Custom Presented View Controller 361 (6)
Transition
Transition Coordinator 367 (1)
Page View Controller 368 (7)
Preparing a Page View Controller 369 (2)
Page View Controller Navigation 371 (3)
Other Page View Controller Configurations 374 (1)
Container View Controllers 375 (7)
Adding and Removing Children 376 (4)
Status Bar, Traits, and Resizing 380 (2)
Previews and Context Menus 382 (4)
Storyboards 386 (15)
Triggered Segues 390 (5)
Container Views and Embed Segues 395 (1)
Storyboard References 396 (1)
Unwind Segues 397 (4)
View Controller Lifetime Events 401 (5)
Order of Events 403 (1)
Appear and Disappear Events 404 (1)
Event Forwarding to a Child View 405 (1)
Controller
View Controller Memory Management 406 (5)
Lazy Loading 407 (1)
NSCache, NSPurgeableData, and 408 (2)
Memory-Mapping
Background Memory Usage 410 (1)
7 Scroll Views 411 (34)
Content Size 411 (1)
Creating a Scroll View in Code 412 (2)
Manual Content Size 412 (1)
Automatic Content Size with Autolayout 413 (1)
Scroll View Layout Guides 414 (2)
Using a Content View 416 (3)
Scroll View in a Nib 419 (3)
Content Inset 422 (2)
Scrolling 424 (6)
Scrolling in Code 426 (1)
Paging 427 (2)
Tiling 429 (1)
Zooming 430 (6)
Zooming Programmatically 432 (1)
Zooming with Detail 433 (3)
Scroll View Delegate 436 (2)
Scroll View Touches 438 (4)
Floating Scroll View Subviews 442 (1)
Scroll View Performance 443 (2)
8 Table Views and Collection Views 445 (112)
Table View Controller 448 (1)
Table View Cells 449 (17)
Built-In Cell Styles 450 (6)
Registering a Cell Class 456 (4)
Custom Cells 460 (6)
Table View Data 466 (5)
The Three Big Questions 467 (2)
Reusing Cells 469 (2)
Table View Sections 471 (7)
Section Headers and Footers 472 (3)
Table View Section Example 475 (2)
Section Index 477 (1)
Variable Row Heights 478 (6)
Manual Row Height Measurement 479 (1)
Measurement and Layout with Constraints 480 (1)
Estimated Height 481 (1)
Automatic Row Height 482 (2)
Table View Selection 484 (5)
Managing Cell Selection 485 (1)
Responding to Cell Selection 486 (1)
Navigation from a Table View 487 (2)
Table View Scrolling and Layout 489 (1)
Refreshing a Table View 489 (6)
Cell Choice and Static Tables 491 (2)
Direct Access to Cells 493 (1)
Refresh Control 494 (1)
Editing a Table View 495 (7)
Toggling a Table View''s Edit Mode 496 (2)
Edit Mode and Selection 498 (1)
Changing a Table View''s Structure 498 (2)
Deleting a Cell 500 (1)
Deleting Multiple Cells 501 (1)
Table View Diffable Data Source 502 (8)
Populating a Diffable Data Source 504 (3)
Subclassing a Diffable Data Source 507 (1)
Changing a Diffable Data Source 508 (1)
Pros and Cons of the Diffable Data Source 509 (1)
More Table View Editing 510 (4)
Rearranging Cells 510 (1)
Editable Content in Cells 511 (2)
Expandable Cell 513 (1)
Table View Swipe Action Buttons 514 (1)
Table View Menus 515 (2)
Table View Searching 517 (7)
Configuring a Search Controller 517 (2)
Using a Search Controller 519 (5)
Collection Views 524 (3)
Collection View Classes 527 (2)
Flow Layout 529 (3)
Compositional Layout 532 (9)
Size, Count, Spacing, and Insets 533 (3)
Supplementary Items 536 (1)
Multiple Section Layouts 537 (1)
Other Compositional Layout Features 538 (3)
Collection View Diffable Data Source 541 (3)
Basic Cell Manipulation 544 (4)
Selecting Cells 544 (1)
Deleting Cells 545 (1)
Menu Handling 545 (1)
Rearranging Cells 546 (2)
Custom Collection View Layouts 548 (6)
Tweaking a Layout 548 (3)
Collection View Layout Subclass 551 (1)
Decoration Views 552 (2)
Switching Layouts 554 (1)
Collection Views and UIKit Dynamics 555 (2)
9 iPad Interface 557 (62)
Popovers 557 (12)
Arrow Source and Direction 560 (1)
Popover Size 560 (1)
Popover Appearance 561 (3)
Passthrough Views 564 (1)
Popover Presentation, Dismissal, and 565 (1)
Delegate
Adaptive Popovers 566 (1)
Popover Segues 567 (1)
Popover Presenting a View Controller 568 (1)
Split Views 569 (17)
Expanded Split View Controller (iPad) 570 (3)
Collapsed Split View Controller (iPhone) 573 (2)
Expanding Split View Controller (Big 575 (2)
iPhone)
Customizing a Split View Controller 577 (3)
Split View Controller in a Storyboard 580 (2)
Setting the Collapsed State 582 (1)
View Controller Message Percolation 583 (3)
iPad Multitasking 586 (2)
Drag and Drop 588 (20)
Drag and Drop Architecture 589 (1)
Basic Drag and Drop 590 (3)
Item Providers 593 (4)
Slow Data Delivery 597 (1)
Additional Delegate Methods 598 (3)
Table Views and Collection Views 601 (4)
Spring Loading 605 (2)
iPhone and Local Drag and Drop 607 (1)
Multiple Windows 608 (11)
The Window Architecture 608 (1)
Scene Creation 609 (2)
Window Creation and Closing 611 (1)
State Saving and Restoration 612 (4)
Further Multiple Window Considerations 616 (3)
10 Text 619 (68)
Fonts and Font Descriptors 620 (11)
Fonts 620 (4)
Symbol Images and Text 624 (1)
Font Descriptors 624 (4)
Choosing a Font 628 (1)
Adding Fonts 628 (3)
Attributed Strings 631 (12)
Attributed String Attributes 631 (3)
Making an Attributed String 634 (6)
Modifying and Querying an Attributed 640 (1)
String
Custom Attributes 641 (1)
Drawing and Measuring an Attributed String 642 (1)
Labels 643 (4)
Number of Lines 644 (1)
Wrapping and Truncation 644 (1)
Fitting Label and Text 645 (2)
Customized Label Drawing 647 (1)
Text Fields 647 (20)
Summoning and Dismissing the Keyboard 650 (1)
Keyboard Covers Text Field 651 (4)
Text Field Delegate and Control Event 655 (3)
Messages
Text Field Menu 658 (2)
Drag and Drop 660 (1)
Keyboard and Input Configuration 660 (7)
Text Views 667 (5)
Links, Text Attachments, and Data 668 (3)
Self-Sizing Text View 671 (1)
Text View and Keyboard 671 (1)
Text Kit 672 (15)
Text View and Text Kit 673 (1)
Text Container 673 (3)
Alternative Text Kit Stack Architectures 676 (2)
Layout Manager 678 (3)
Text Kit Without a Text View 681 (6)
11 Web Views 687 (16)
WKWebView 688 (12)
Web View Content 689 (2)
Tracking Changes in a Web View 691 (1)
Web View Navigation 692 (2)
Communicating with a Web Page 694 (3)
Custom Schemes 697 (2)
Web View Previews and Context Menus 699 (1)
Safari View Controller 700 (1)
Developing Web View Content 701 (2)
12 Controls and Other Views 703 (54)
UIActivityIndicatorView 703 (2)
UIProgressView 705 (4)
Progress View Alternatives 707 (1)
The Progress Class 708 (1)
UIPickerView 709 (2)
UISearchBar 711 (4)
UIControl 715 (23)
UISwitch 719 (1)
UIStepper 720 (2)
UIPageControl 722 (1)
UIDatePicker 722 (3)
UISlider 725 (3)
UISegmentedControl 728 (3)
UIButton 731 (5)
Custom Controls 736 (2)
Bars 738 (14)
Bar Position 739 (1)
Bar Metrics 740 (1)
Bar and Item Appearance 740 (2)
Bar Background and Shadow 742 (1)
Bar Button Items 743 (3)
Navigation Bar 746 (2)
Toolbar 748 (1)
Tab Bar 749 (3)
Tint Color 752 (2)
Appearance Proxy 754 (3)
13 Modal Dialogs 757 (50)
Alerts and Action Sheets 757 (7)
Alerts 758 (3)
Action Sheets 761 (2)
Alert Alternatives 763 (1)
Quick Actions 764 (4)
Local Notifications 768 (20)
Authorization for Local Notifications 771 (4)
Notification Categories 775 (3)
Scheduling a Local Notification 778 (2)
Hearing About a Local Notification 780 (3)
Grouped Notifications 783 (1)
Managing Notifications 784 (1)
Notification Content Extensions 785 (3)
Today Extensions 788 (3)
Activity Views 791 (16)
Presenting an Activity View 792 (3)
Custom Activities 795 (3)
Action Extensions 798 (3)
Share Extensions 801 (6)
Part III. Some Frameworks
14 Audio 807 (28)
System Sounds 807 (2)
Audio Session 809 (6)
Category 809 (1)
Activation and Deactivation 810 (1)
Ducking 811 (1)
Interruptions 812 (1)
Secondary Audio 813 (1)
Routing Changes 814 (1)
Audio Player 815 (3)
Remote Control of Your Sound 818 (3)
Playing Sound in the Background 821 (1)
AVAudioRecorder 822 (1)
AVAudioEngine 823 (6)
MIDI Playback 829 (1)
Text to Speech 829 (1)
Speech to Text 830 (3)
Further Topics in Sound 833 (2)
15 Video 835 (24)
AVPlayerViewController 836 (6)
Other AVPlayerViewController Properties 838 (2)
Picture-in-Picture 840 (2)
Introducing AV Foundation 842 (13)
Some AV Foundation Classes 842 (1)
Things Take Time 843 (3)
Time Is Measured Oddly 846 (1)
Constructing Media 847 (5)
AVPlayerLayer 852 (3)
Further Exploration of AV Foundation 855 (1)
UIVideoEditorController 855 (4)
16 Music Library 859 (18)
Music Library Authorization 859 (2)
Exploring the Music Library 861 (5)
Querying the Music Library 862 (4)
Persistence and Change in the Music 866 (1)
Library
Music Player 866 (5)
Setting the Queue 867 (2)
Modifying the Queue 869 (1)
Player State 869 (2)
MPVolumeView 871 (1)
Playing Songs with AV Foundation 871 (3)
Media Picker 874 (3)
17 Photo Library and Camera 877 (32)
Browsing with UIImagePickerController 877 (5)
Image Picker Controller Presentation 878 (1)
Image Picker Controller Delegate 879 (2)
Dealing with Image Picker Controller 881 (1)
Results
Photos Framework 882 (18)
Querying the Photo Library 884 (1)
Modifying the Library 885 (3)
Being Notified of Changes 888 (1)
Fetching Images 889 (4)
Editing Images 893 (5)
Photo Editing Extension 898 (2)
Using the Camera 900 (9)
Capture with UIImagePickerController 900 (3)
Capture with AV Foundation 903 (6)
18 Contacts 909 (14)
Contact Classes 909 (2)
Fetching Contact Information 911 (4)
Fetching a Contact 911 (1)
Repopulating a Contact 912 (1)
Labeled Values 913 (1)
Contact Formatters 913 (2)
Saving Contact Information 915 (1)
Contact Sorting, Groups, and Containers 915 (1)
Contacts Interface 916 (7)
CNContactPickerViewController 917 (2)
CNContactViewController 919 (4)
19 Calendar 923 (14)
Calendar Database Contents 924 (2)
Calendars 924 (1)
Calendar Items 925 (1)
Calendar Database Changes 925 (1)
Creating Calendars, Events, and Reminders 926 (5)
Events 926 (1)
Alarms 927 (1)
Recurrence 928 (1)
Reminders 929 (2)
Proximity Alarms 931 (1)
Fetching Events and Reminders 931 (1)
Calendar Interface 932 (5)
EKEventViewController 933 (1)
EKEventEditViewController 934 (1)
EKCalendarChooser 934 (3)
20 Maps 937 (30)
Map Views 937 (5)
Displaying a Region 938 (1)
Scrolling and Zooming 939 (2)
Other Map View Customizations 941 (1)
Map Images 941 (1)
Annotations 942 (10)
Customizing an MKMarkerAnnotationView 943 (2)
Changing the Annotation View Class 945 (2)
Custom Annotation View Class 947 (1)
Custom Annotation Class 948 (1)
Annotation View Hiding and Clustering 949 (2)
Other Annotation Features 951 (1)
Overlays 952 (7)
Custom Overlay Class 954 (2)
Custom Overlay Renderer 956 (2)
Other Overlay Features 958 (1)
Map Kit and Current Location 959 (2)
Communicating with the Maps App 961 (1)
Geocoding, Searching, and Directions 962 (5)
Geocoding 963 (1)
Searching 964 (1)
Directions 965 (2)
21 Sensors 967 (38)
Core Location 968 (16)
Location Manager and Delegate 968 (1)
Location Services Authorization 969 (4)
Location Tracking 973 (3)
Where Am I? 976 (1)
Continuous Background Location 977 (1)
Location Monitoring 978 (5)
Heading 983 (1)
Acceleration, Attitude, and Activity 984 (21)
Shake Events 985 (1)
Using Core Motion 986 (1)
Raw Acceleration 987 (4)
Gyroscope 991 (5)
Other Core Motion Data 996 (9)
Part IV. Final Topics
22 Persistent Storage 1005(54)
The Sandbox 1005(10)
Standard Directories 1005(1)
Inspecting the Sandbox 1006(1)
Basic File Operations 1007(1)
Saving and Reading Files 1008(6)
File Coordinators 1014(1)
File Wrappers 1014(1)
User Defaults 1015(3)
Simple Sharing and Previewing of Files 1018(6)
File Sharing 1018(1)
Document Types and Receiving a Document 1018(3)
Handing Over a Document 1021(1)
Previewing a Document 1022(1)
Quick Look Previews 1023(1)
Document Architecture 1024(15)
A Basic Document Example 1026(5)
iCloud 1031(2)
Document Browser 1033(3)
Custom Thumbnails 1036(1)
Custom Previews 1037(1)
Document Picker 1038(1)
XML 1039(2)
JSON 1041(5)
Coding Keys 1043(1)
Custom Decoding 1044(2)
SQLite 1046(1)
Core Data 1047(7)
PDFs 1054(1)
Image Files 1055(4)
23 Basic Networking 1059(30)
HTTP Requests 1059(22)
Obtaining a Session 1059(1)
Session Configuration 1060(2)
Session Tasks 1062(2)
Session Delegate 1064(2)
HTTP Request with Task Completion Function 1066(2)
HTTP Request with Session Delegate 1068(2)
One Session, One Delegate 1070(1)
Delegate Memory Management 1071(1)
Session and Delegate Encapsulation 1072(4)
Downloading Table View Data 1076(3)
Background Session 1079(2)
On-Demand Resources 1081(3)
In-App Purchases 1084(5)
24 Threads 1089(28)
Main Thread 1089(2)
Background Threads 1091(2)
Why Threading Is Hard 1093(1)
Blocking the Main Thread 1094(3)
Manual Threading 1097(2)
Operation 1099(4)
Grand Central Dispatch 1103(7)
Commonly Used GCD Methods 1106(1)
Synchronous Execution 1106(1)
Dispatch Groups 1107(1)
One-Time Execution 1108(1)
Concurrent Queues 1109(1)
Checking the Queue 1110(1)
App Backgrounding 1110(3)
Background Processing 1113(4)
25 Undo 1117(10)
Target-Action Undo 1117(3)
Undo Grouping 1120(1)
Functional Undo 1121(2)
Undo Interface 1123(4)
Shake-To-Edit 1123(1)
Built-In Gestures 1124(1)
Undo Menu 1125(2)
A Lifetime Events 1127(10)
B Some Useful Utility Functions 1137(6)
C How Asynchronous Works 1143(4)
Index 1147

저자소개

About the Author
Matt Neuburg has a PhD in Classics and has taught at many universities and colleges. He has been programming computers since 1968. He has written applications for Mac OS X and iOS, is a former editor of MacTech Magazine, and is a long-standing contributing editor for TidBITS. His previous O''Reilly books are Frontier: The Definitive Guide, REALbasic: The Definitive Guide, and AppleScript: The Definitive Guide. He makes a living writing books, articles, and software documentation, as well as by programming, consulting, and training.

이전 다음

이전 다음


*주제와 무관한 내용의 서평은 삭제될 수 있습니다.

서평추가

서평추가
별점
총 10점 중 별0점
  • 별5점
  • 총 10점 중 별9점
  • 별4점
  • 총 10점 중 별7점
  • 별3점
  • 총 10점 중 별5점
  • 별2점
  • 총 10점 중 별3점
  • 별1점
  • 총 10점 중 별1점
  • 총 10점 중 별0점
제목입력
본문입력

글자수:0
맨 위로가기 버튼