IOS 5 recipes a problem-solution approach

iOS 5 Recipes: A Problem-Solution Approach is your guide to developing solutions on iPad, iPhone, and other iOS 5 devices and platforms. This book provides in-depth code samples and discussions for scenarios that developers face every day. You'll find numerous examples of real-world cases that...

Descripción completa

Detalles Bibliográficos
Autor principal: Grimes, Shawn (-)
Otros Autores: Francis, Colin
Formato: Libro electrónico
Idioma:Inglés
Publicado: New York : Apress 2012.
Edición:1st ed. 2012.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628824906719
Tabla de Contenidos:
  • Title Page; Copyright Page; Dedication Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; What to Expect from This Book; How This Book Is Organized; Source Code and Errata; Contact Information; Chapter 1 Xcode 4 Tips and Tricks; Xcode 4: An Introduction; Build a Lite and Full Version in One Xcode Project; Zombie Hunter; Version Control with Xcode 4; Creating a Local Repository; Branching and Merging; Remote Repositories; GitHub; Source Control Best Practices; Steve and the ARC; ARC Rules; Using ARC
  • Converting Older Projects to ARCQuick Tips; Comments; Autocomplete; Quick Indent/Unindent; Quickly Switch Between Header and Implementation Files; Class Documentation; Open File in Assistant Editor; Behaviors; Summary; Chapter 2 Introduction to Interface Builder; Interface Builder Walkthrough; Our Forces Combined...; Touches Too; Adjusting Tint; Rapid App Development with Storyboarding; So What's in a Story(board)?; Scenes; Segues; Telling a Story; Passing Data Between Scenes; UITableViewCell Prototypes; Adding a Storyboard to an Existing Project; Summary; Chapter 3 Application Design Elements
  • Cocoa Touch ControlsUILabel; UIButton; UISegmentedControl; UITextField; UISlider; UISwitch; UIActivityIndicatorView; UIProgressView; UIPageControl; UIStepper; Data Views; UIImageView; UITextView; UIScrollView; UIWebView; MKMapView; UITableView; UIPickerView; UIDatePickerView; Gesture Recognizers; UITapGestureRecognizer; UISwipeGestureRecognizer; UIPanGestureRecognizer; UILongPressGestureRecognizer; UIPinchGestureRecognizer; UIRotationGestureRecognizer; View Controllers; UINavigationController; UITabBarController; UISplitViewController; UIPopoverController; UIPageViewController
  • Modal ControllersTemporary User Interface Elements; UIAlertView; UIActionSheet; Summary; Chapter 4 Location Recipes; Supported Devices; Requiring Location Services; How Do I Know Where I Am?; Recipe 4-1: Getting Device Location Information; Recipe 4-2: Significant Location Changes; Recipe 4-3: Determining Magnetic Bearing; Recipe 4-4: Specifying True Bearing; Recipe 4-5: Region Monitoring; A Thing or Two About Regions; Welcome to Baltimore!; Recipe 4-6: Reverse and Forward Geocoding; Getting Coordinates from Place Names; Summary; Chapter 5 Map Kit Recipes
  • Recipe 5-1: Showing a Map with the Device's LocationRecipe 5-2: Marking Locations with Pins; Recipe 5-3: Creating Custom Annotations; Recipe 5-4: Adding Overlays to a Map; Recipe 5-5: Grouping Annotations by Location; Summary; Chapter 6 Camera Recipes; Recipe 6-1: Taking Pictures; Recipe 6-2: Recording Video; Recipe 6-3: Editing Videos; Recipe 6-4: Custom Camera Overlays; Recipe 6-5: AV Framework and Capture Sessions; Recipe 6-6: Programmatically Recording Video; Recipe 6-7: Capturing Video Frames; Summary; Chapter 7 Multimedia Recipes; Recipe 7-1: Playing Audio; Recipe 7-2: Recording Audio
  • Recipe 7-3: Accessing the iPod Library