iOS 7 Programming Cookbook - Vandad Nahavandipoor

iOS 7 Programming Cookbook

Solutions for iOS Developers
Buch | Softcover
1056 Seiten
2013
O'Reilly Media (Verlag)
978-1-4493-7242-2 (ISBN)
39,90 inkl. MwSt
zur Neuauflage
  • Titel ist leider vergriffen;
    keine Neuauflage
  • Artikel merken
Zu diesem Artikel existiert eine Nachauflage
With new and thoroughly revised recipes in this updated cookbook, you'll quickly learn the steps necessary to work with the iOS 7 SDK - including ways to store and protect data, send and receive notifications, enhance and animate graphics, manage files and folders, and take advantage of UI Dynamics.
Overcome the vexing issues you’re likely to face when creating apps for the iPhone, iPad, or iPod touch. With new and thoroughly revised recipes in this updated cookbook, you’ll quickly learn the steps necessary to work with the iOS 7 SDK, including solutions for bringing real-world physics and movement to your apps with UIKit Dynamics APIs.

You’ll learn hundreds of techniques for storing and protecting data, sending and receiving notifications, enhancing and animating graphics, managing files and folders, and many other options. Each recipe includes sample code you can use right away.
  • Create vibrant and lifelike user interfaces with UIKit Dynamics
  • Use the Keychain to protect your app’s data
  • Develop location-aware and multitasking-aware apps
  • Work with iOS 7’s audio and video APIs
  • Use Event Kit UI to manage calendars, dates, and events
  • Take advantage of the accelerometer and the gyroscope
  • Integrate iCloud into your apps
  • Define the layout of UI elements with Auto Layout
  • Get working examples for implementing gesture recognizers
  • Retrieve and manipulate contacts and groups from the Address Book
  • Determine a camera’s availability and access the Photo Library

Vandad Nahavandipoor is currently an iOS programmer for a leading digital media distributor in London, United Kingdom. He has led an international team of more than 30 iOS developers in his previous job. Some of the projects he has lead include the NatWest and the RBS iOS apps running on millions of iPhones and iPads in the UK. Vandad received his B.Sc and M.Sc in Information Technology for E-Commerce from the University of Sussex in England. Vandad's programming experience started when he first learned Basic on his father's Commodore 64. He then took this experience and applied it on his uncle's Intel 186 computer, running Basic on DOS. At this point, he found programming for personal computers exciting indeed and moved on to learn Object Pascal. This allowed him to learn Borland Delphi quite easily. He wrote a short 400 pages book on Borland Delphi and dedicated the book to Borland. From then, he picked up x86 Assembly programming and wrote a hobby 32-bit operating system named Vandior. It wasn't until late 2007 when iOS programming became his main focus. Aside from programming, Vandad is a road cyclist, enjoying friendly competition in cyclosportive events in England and traveling long distance on his bicycle to other European countries every now and then. He also enjoys tinkering with his piano and playing electric guitar. Some of his electric guitar performances are available on YouTube.

Chapter 1 Implementing Controllers and Views
Introduction
Displaying Alerts with UIAlertView
Creating and Using Switches with UISwitch
Customizing the UISwitch
Picking Values with the UIPickerView
Picking the Date and Time with UIDatePicker
Implementing Range Pickers with UISlider
Customizing the UISlider
Grouping Compact Options with UISegmentedControl
Presenting and Managing Views with UIViewController
Presenting Sharing Options with UIActivityViewController
Presenting Custom Sharing Options with UIActivityViewController
Implementing Navigation with UINavigationController
Manipulating a Navigation Controller’s Array of View Controllers
Displaying an Image on a Navigation Bar
Adding Buttons to Navigation Bars Using UIBarButtonItem
Presenting Multiple View Controllers with UITabBarController
Displaying Static Text with UILabel
Customizing the UILabel
Accepting User Text Input with UITextField
Displaying Long Lines of Text with UITextView
Adding Buttons to the User Interface with UIButton
Displaying Images with UIImageView
Creating Scrollable Content with UIScrollView
Loading Web Pages with UIWebView
Displaying Progress with UIProgressView
Constructing and Displaying Styled Texts
Presenting Master-Detail Views with UISplitViewController
Enabling Paging with UIPageViewController
Displaying Popovers with UIPopoverController
Chapter 2 Creating Dynamic and Interactive User Interfaces
Introduction
Adding Gravity to Your UI Components
Detecting and Reacting to Collisions Between UI Components
Animating Your UI Components with a Push
Attaching Multiple Dynamic Items to Each Other
Adding a Dynamic Snap Effect to Your UI Components
Assigning Characteristics to Your Dynamic Effects
Chapter 3 Auto Layout and the Visual Format Language
Introduction
Placing UI Components in the Center of the Screen
Defining Horizontal and Vertical Constraints with the Visual Format Language
Utilizing Cross View Constraints
Configuring Auto Layout Constraints in Interface Builder
Chapter 4 Constructing and Using Table Views
Introduction
Populating a Table View with Data
Using Different Types of Accessories in a Table View Cell
Creating Custom Table View Cell Accessories
Enabling Swipe Deletion of Table View Cells
Constructing Headers and Footers in Table Views
Displaying Context Menus on Table View Cells
Moving Cells and Sections in Table Views
Deleting Cells and Sections from Table Views
Utilizing the UITableViewController for Easy Creation of Table Views
Displaying a Refresh Control for Table Views
Chapter 5 Building Complex Layouts with Collection Views
Introduction
Constructing Collection Views
Assigning a Data Source to a Collection View
Providing a Flow Layout to a Collection View
Providing Basic Content to a Collection View
Feeding Custom Cells to Collection Views Using .xib Files
Handling Events in Collection Views
Providing a Header and a Footer in a Flow Layout
Adding Custom Interactions to Collection Views
Providing Contextual Menus on Collection View Cells
Chapter 6 Storyboards
Introduction
Adding a Navigation Controller to a Storyboard
Passing Data from One Screen to Another
Adding a Tab Bar Controller to a Storyboard
Introducing Custom Segue Transitions to Your Storyboard
Placing Images and Other UI Components on Storyboards
Chapter 7 Concurrency
Introduction
Constructing Block Objects
Accessing Variables in Block Objects
Invoking Block Objects
Performing UI-Related Tasks with GCD
Executing Non-UI Related Tasks Synchronously with GCD
Executing Non-UI Related Tasks Asynchronously with GCD
Performing Tasks after a Delay with GCD
Performing a Task Only Once with GCD
Grouping Tasks Together with GCD
Constructing Your Own Dispatch Queues with GCD
Running Tasks Synchronously with Operations
Running Tasks Asynchronously with Operations
Creating Dependency Between Operations
Creating Timers
Creating Concurrency with Threads
Invoking Background Methods
Exiting Threads and Timers
Chapter 8 Security
Introduction
Enabling Security and Protection for Your Apps
Storing Values in the Keychain
Finding Values in the Keychain
Updating Existing Values in the Keychain
Deleting Exiting Values in the Keychain
Sharing Keychain Data Between Multiple Apps
Writing to and Reading Keychain Data from iCloud
Storing Files Securely in the App Sandbox
Securing Your User Interface
Chapter 9 Core Location and Maps
Introduction
Creating a Map View
Handling the Events of a Map View
Pinpointing the Location of a Device
Displaying Pins on a Map View
Displaying Pins with Different Colors on a Map View
Displaying Custom Pins on a Map View
Converting Meaningful Addresses to Longitude and Latitude
Converting Longitude and Latitude to a Meaningful Address
Searching on a Map View
Displaying Directions on the Map
Chapter 10 Implementing Gesture Recognizers
Introduction
Detecting Swipe Gestures
Detecting Rotation Gestures
Detecting Panning and Dragging Gestures
Detecting Long-Press Gestures
Detecting Tap Gestures
Detecting Pinch Gestures
Chapter 11 Networking, JSON, XML, and Sharing
Introduction
Downloading Asynchronously with NSURLConnection
Handling Timeouts in Asynchronous Connections
Downloading Synchronously with NSURLConnection
Modifying a URL Request with NSMutableURLRequest
Sending HTTP GET Requests with NSURLConnection
Sending HTTP POST Requests with NSURLConnection
Sending HTTP DELETE Requests with NSURLConnection
Sending HTTP PUT Requests with NSURLConnection
Serializing Arrays and Dictionaries into JSON
Deserializing JSON into Arrays and Dictionaries
Integrating Social Sharing into Your Apps
Parsing XML with NSXMLParser
Chapter 12 Audio and Video
Introduction
Playing Audio Files
Handling Interruptions While Playing Audio
Recording Audio
Handling Interruptions While Recording Audio
Playing Audio over Other Active Sounds
Playing Video Files
Capturing Thumbnails from Video Files
Accessing the Music Library
Chapter 13 Address Book
Introduction
Requesting Access to the Address Book
Retrieving a Reference to an Address Book
Retrieving All the People in the Address Book
Retrieving Properties of Address Book Entries
Inserting a Person Entry into the Address Book
Inserting a Group Entry into the Address Book
Adding Persons to Groups
Searching the Address Book
Retrieving and Setting a Person's Address Book Image
Chapter 14 Files and Folder Management
Introduction
Finding the Paths of the Most Useful Folders on Disk
Writing to and Reading from Files
Creating Folders on Disk
Enumerating Files and Folders
Deleting Files and Folders
Saving Objects to Files
Chapter 15 Camera and the Photo Library
Introduction
Detecting and Probing the Camera
Taking Photos with the Camera
Taking Videos with the Camera
Storing Photos in the Photo Library
Storing Videos in the Photo Library
Retrieving Photos and Videos from the Photo Library
Retrieving Assets from the Assets Library
Editing Videos on an iOS Device
Chapter 16 Multitasking
Introduction
Detecting the Availability of Multitasking
Completing a Long-Running Task in the Background
Adding Background Fetch Capabilities to Your Apps
Playing Audio in the Background
Handling Location Changes in the Background
Saving and Loading the State of Multitasking Apps
Handling Network Connections in the Background
Opting Out of Multitasking
Chapter 17 Notifications
Introduction
Sending Notifications
Listening for and Reacting to Notifications
Listening and Reacting to Keyboard Notifications
Scheduling Local Notifications
Listening for and Reacting to Local Notifications
Handling Local System Notifications
Setting Up Your App for Push Notifications
Delivering Push Notifications to Your App
Reacting to Push Notifications
Chapter 18 Core Data
Introduction
Creating a Core Data Model with Xcode
Generating Class Files for Core Data Entities
Creating and Saving Data Using Core Data
Reading Data from Core Data
Deleting Data from Core Data
Sorting Data in Core Data
Boosting Data Access in Table Views
Implementing Relationships in Core Data
Fetching Data in the Background
Using Custom Data Types in Your Core Data Model
Chapter 19 Dates, Calendars, and Events
Introduction
Requesting Permission to Access Calendars
Retrieving Calendar Groups on an iOS Device
Adding Events to Calendars
Accessing the Contents of Calendars
Removing Events from Calendars
Adding Recurring Events to Calendars
Retrieving the Attendees of an Event
Adding Alarms to Calendars
Handling Event Changed Notifications
Presenting Event View Controllers
Presenting Event Edit View Controllers
Chapter 20 Graphics and Animations
Introduction
Enumerating and Loading Fonts
Drawing Text
Constructing, Setting, and Using Colors
Drawing Images
Constructing Resizable Images
Drawing Lines
Constructing Paths
Drawing Rectangles
Adding Shadows to Shapes
Drawing Gradients
Moving Shapes Drawn on Graphic Contexts
Scaling Shapes Drawn on Graphic Contexts
Rotating Shapes Drawn on Graphic Contexts
Animating and Moving Views
Animating and Scaling Views
Animating and Rotating Views
Capturing a Screenshot of Your View into an Image
Chapter 21 Core Motion
Introduction
Detecting the Availability of an Accelerometer
Detecting the Availability of a Gyroscope
Retrieving Accelerometer Data
Detecting Shakes on an iOS Device
Retrieving Gyroscope Data
Chapter 22 iCloud
Introduction
Setting Up Your App for iCloud
Storing and Synchronizing Dictionaries in iCloud
Creating and Managing Folders for Apps in iCloud
Searching for Files and Folders in iCloud
Storing User Documents in iCloud
Managing the State of Documents in iCloud
Chapter 23 Pass Kit
Introduction
Creating Pass Kit Certificates
Creating Pass Files
Providing Icons and Images for Passes
Preparing Your Passes for Digital Signature
Signing Passes Digitally
Distributing Passes Using Email
Distributing Passes Using Web Services
Enabling Your iOS Apps to Access Passes on iOS Devices
Interacting with Passbook Programmatically
Colophon

Erscheint lt. Verlag 26.11.2013
Zusatzinfo black & white illustrations, figures
Verlagsort Sebastopol
Sprache englisch
Maße 178 x 233 mm
Gewicht 1456 g
Einbandart kartoniert
Themenwelt Informatik Programmiersprachen / -werkzeuge Mac / Cocoa Programmierung
Informatik Weitere Themen Smartphones / Tablets
ISBN-10 1-4493-7242-2 / 1449372422
ISBN-13 978-1-4493-7242-2 / 9781449372422
Zustand Neuware
Haben Sie eine Frage zum Produkt?
Wie bewerten Sie den Artikel?
Bitte geben Sie Ihre Bewertung ein:
Bitte geben Sie Daten ein:
Mehr entdecken
aus dem Bereich
Apps programmieren für macOS, iOS, watchOS und tvOS

von Thomas Sillmann

Buch (2023)
Carl Hanser (Verlag)
59,99
Das umfassende Handbuch. Apps entwickeln für iOS, macOS und tvOS. …

von Michael Kofler

Buch | Hardcover (2019)
Rheinwerk (Verlag)
49,90
The Big Nerd Ranch Guide

von Mikey Ward; Matthew Mathias; John Gallagher

Buch | Softcover (2020)
Big Nerd Ranch Guides (Verlag)
48,95