Greetings, readers! Now that Amazon has disabled its popular ebook lending feature, we're more committed than ever to helping you find the best ways to borrow FREE or save big on the Kindle books that you want to read. Kindle Unlimited and Amazon Prime Reading offer members free reading access to over 1 million titles, including Kindle books, magazines, and audiobooks. Beginning soon, each day in this space we will feature "Today's FREEbies and Top Deals for Our Favorite Readers" to share top 5-star titles that are available for KU and Prime members to read FREE, plus a link to a 30-day FREE trial for Kindle Unlimited!

Lendle

Lendle is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. As an Amazon Associates participant, we earn small amounts from qualifying purchases on the Amazon sites.

Apart from its participation in the Associates Program, Lendle is not affiliated with Amazon or Kindle in any other way. Amazon, Kindle and the Amazon and Kindle logos are trademarks of Amazon.com, Inc. or its affiliates. Certain content that appears on this website is provided by Amazon Services LLC. This content is provided "as is" and is subject to change or removal at any time. Lendle is published independently by Stephen Windwalker and Windwalker Media and is not endorsed by Amazon.com, Inc.

This tutorial is a step-by-step guide to using Xcode, along with Objective-C 2.0, to write your own Flashlight app for iPhone OS 3.0.

Targeted to both newbies and experts alike, you will learn how to use Xcode to create a Window-based app, how to understand Objective-C 2.0 code, how to set properties on the UIApplication object, how to implement the UIApplicationDelegate protocol, how to create a custom UIView, how to handle touch events, and more.

Unlike any other step-by-step tutorial, this one describes in detail every single step and line of code.

CONTENTS

- About This Tutorial
- Setup of iPhone OS Software Development Environment
- Startup Xcode
- Create New Project: Flashlight
- Build and Go
- Quick Tour of XCode
- It All Starts Here: main.m - Part 1
- Rental Vehicle Analogy
- It All Starts Here: main.m - Part 2
- main.m
- UIApplicationMain()
- UIApplication and UIApplicationDelegate
- FlashlightAppDelegate.h
- FlashlightAppDelegate.m
- UIApplication Properties
- UIApplication Methods
- UIApplicationDelegate Methods
- Touch - Overview
- Creating FlashlightView Class
- FlashlightView.h
- FlashlightView.m
- Adding FlashlightView to FlashlightAppDelegate
- FlashlightView Touch Handling
- Review of Key Skills

SEE ALSO

- iPhone Objective-C 2.0 Programming Exercises

Genres for this book