Beginning iOS 7 development exploring the iOS SDK

You'll discover the fine points of application preferences and learn how to localize your apps for multiple languages. The iOS 7 update to the bestselling and most recommended book for Cocoa touch developers Packed full of tricks, techniques, and enthusiasm for the new SDK from a developer pers...

Full description

Bibliographic Details
Main Author: Nutting, Jack (Author)
Format: eBook
Language:English
Published: [Berkeley, CA] Apress 2014
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Implementing the Image View and Text FieldsAdding the Image View
  • Resizing the Image View
  • Setting View Attributes
  • The Mode Attribute
  • Tag
  • Interaction Checkboxes
  • The Alpha Value
  • Background
  • Tint
  • Drawing Checkboxes
  • Stretching
  • Adding the Text Fields
  • Text Field Inspector Settings
  • Setting the Attributes for the Second Text Field
  • Creating and Connecting Outlets
  • Closing the Keyboard
  • Closing the Keyboard When Done Is Tapped
  • Touching the Background to Close the Keyboard
  • Adding the Slider and Label
  • Whatâ€?s New in this Update?Are You Ready?
  • Chapter 2: Appeasing the Tiki Gods
  • Setting Up Your Project in Xcode
  • The Xcode Project Window
  • The Toolbar
  • The Navigator
  • The Jump Bar
  • The Utility Area
  • Interface Builder
  • New Compiler and Debugger
  • A Closer Look at Our Project
  • Introducing Xcodeâ€?s Interface Builder
  • File Formats
  • The Storyboard
  • The Library
  • Adding a Label to the View
  • Changing Attributes
  • Some iPhone Polishâ€?Finishing Touches
  • Bring It on Home
  • Chapter 3: Handling Basic Interaction
  • Contents at a Glance
  • Contents
  • About the Authors
  • About the Technical Reviewer
  • Acknowledgments
  • Introduction
  • Chapter 1: Welcome to the Jungle
  • What this Book Is
  • What You Need
  • Developer Options
  • What You Need to Know
  • Whatâ€?s Different About Coding for iOS?
  • Only One Active Application
  • Only One Window
  • Limited Access
  • Limited Response Time
  • Limited Screen Size
  • Limited System Resources
  • No Garbage Collection, butâ€?. . .
  • Some New Stuff
  • A Different Approach
  • Whatâ€?s in This Book
  • Adding ConstraintsCreating and Connecting the Actions and Outlets
  • Implementing the Action Method
  • Implementing the Switches, Button, and Segmented Control
  • Adding Two Labeled Switches
  • Connecting and Creating Outlets and Actions
  • Implementing the Switch Actions
  • Adding the Button
  • Spiffing Up the Button
  • Stretchable Images
  • Control States
  • Connecting and Creating the Button Outlets and Actions
  • Implementing the Segmented Control Action
  • Implementing the Action Sheet and Alert
  • Conforming to the Action Sheet Delegate Method
  • The Model-View-Controller ParadigmCreating Our Project
  • Looking at the View Controller
  • Understanding Outlets and Actions
  • Outlets
  • Actions
  • Cleaning Up the View Controller
  • Designing the User Interface
  • Adding the Buttons and Action Method
  • Adding the Label and Outlet
  • Writing the Action Method
  • Trying It Out
  • Adding Some style
  • Looking at the Application Delegate
  • Bring It on Home
  • Chapter 4: More User Interface Fun
  • A Screen Full of Controls
  • Active, Static, and Passive Controls
  • Creating the Application