User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:40, 30 March 2011 (diff | hist) . . (-1) . . An Example iOS 4 iPhone Location Application (Xcode 4) (→Configuring the View Controller)
- 19:40, 30 March 2011 (diff | hist) . . (+12,518) . . N An Example iOS 4 iPhone Location Application (Xcode 4) (New page: Having covered the basics of location management in iOS 4 iPhone applications in the previous chapter it is now time to put theory into practice and work step-by-step through an example ap...)
- 19:35, 30 March 2011 (diff | hist) . . (+1,363) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 19:32, 30 March 2011 (diff | hist) . . (+7,134) . . N Getting iPhone Location Information using the iOS 4 Core Location Framework (Xcode 4) (New page: The iPhone is able to employ a number of different techniques for obtaining information about the current geographical location of the device. These mechanisms include GPS, cell tower tria...)
- 19:26, 30 March 2011 (diff | hist) . . (+836) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 19:24, 30 March 2011 (diff | hist) . . (+7,979) . . N Scheduling iOS 4 iPhone Local Notifications (Xcode 4) (New page: Local Notifications were introduced with iOS 4.0 and provide a mechanism for an application to schedule an alert to notify the user about an event. These notifications take the form of an ...)
- 19:20, 30 March 2011 (diff | hist) . . (+796) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 19:17, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 disable multitasking.jpg (current)
- 19:17, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 required background modes.jpg (current)
- 19:17, 30 March 2011 (diff | hist) . . (+11,912) . . N An Overview of iOS 4 iPhone Multitasking (Xcode 4) (New page: Multitasking refers to the ability of an operating system to run more than one application concurrently. The introduction of iOS version 4.0 was met with much fanfare relating to the fact ...)
- 19:12, 30 March 2011 (diff | hist) . . (+1,389) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 19:08, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 iad example table view.jpg (current)
- 19:08, 30 March 2011 (diff | hist) . . (+14,997) . . N Integrating iAds into an iOS 4 iPhone App (Xcode 4) (New page: In the first 11 months of business, Apple’s iTunes App Store reached 1 billion downloads. This actually turned out to be something of a slow start, and in the following year and a half t...)
- 19:01, 30 March 2011 (diff | hist) . . (+1,085) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 18:58, 30 March 2011 (diff | hist) . . (+13,387) . . N Basic iPhone Animation using Core Animation (Xcode 4) (New page: The majority of the visual effects used throughout the iOS 4 user interface on the iPhone are performed using Core Animation. Core Animation provides a simple mechanism for implementing ba...)
- 18:12, 30 March 2011 (diff | hist) . . (+1,571) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 18:09, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 draw2D class change.jpg (current)
- 18:09, 30 March 2011 (diff | hist) . . (+43) . . An iOS 4 iPhone Graphics Drawing Tutorial using Quartz 2D (Xcode 4) (→Creating the UIView Subclass)
- 18:08, 30 March 2011 (diff | hist) . . (+16,679) . . N An iOS 4 iPhone Graphics Drawing Tutorial using Quartz 2D (Xcode 4) (New page: As previously discussed in Drawing iOS 4 iPhone 2D Graphics with Quartz, the Quartz 2D API is the primary mechanism by which 2D d...)
- 18:02, 30 March 2011 (diff | hist) . . (+582) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 18:00, 30 March 2011 (diff | hist) . . (+68) . . Drawing iOS 4 iPhone 2D Graphics with Quartz (Xcode 4)
- 17:59, 30 March 2011 (diff | hist) . . (+7,365) . . N Drawing iOS 4 iPhone 2D Graphics with Quartz (Xcode 4) (New page: The ability to draw two dimensional graphics on the iPhone is provided as part of the Core Graphics Framework in the form of the Quartz 2D API. The iOS implementation of Quartz on the iPho...)
- 17:58, 30 March 2011 (diff | hist) . . (+953) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 17:56, 30 March 2011 (diff | hist) . . (+2) . . Detecting iOS 4 iPhone Touch Screen Gesture Motions (Xcode 4)
- 17:55, 30 March 2011 (diff | hist) . . (+2) . . Detecting iOS 4 iPhone Touch Screen Gesture Motions (Xcode 4)
- 17:48, 30 March 2011 (diff | hist) . . (+192) . . Detecting iOS 4 iPhone Touch Screen Gesture Motions (Xcode 4)
- 17:46, 30 March 2011 (diff | hist) . . (+6,137) . . N Detecting iOS 4 iPhone Touch Screen Gesture Motions (Xcode 4) (New page: The last area of iOS touch screen event handling that we will look at in this book involves the detection of gestures involving movement. As covered in a previous chapter, a gesture refers...)
- 17:43, 30 March 2011 (diff | hist) . . (+1,295) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 17:40, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 enable multitouch.jpg (current)
- 17:40, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 touches ui.jpg (current)
- 17:40, 30 March 2011 (diff | hist) . . (+8,797) . . N An Example iOS 4 iPhone Touch, Multitouch and Tap Application (Xcode 4) (New page: Having covered the basic concepts behind the handling of iOS user interaction with an iPhone touch screen in the previous chapter, this chapter will work through a tutorial designed to hig...)
- 17:32, 30 March 2011 (diff | hist) . . (+1,089) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 17:30, 30 March 2011 (diff | hist) . . (+7,329) . . N An Overview of iOS 4 iPhone Multitouch, Taps and Gestures (Xcode 4) (New page: In terms of physical points of interaction between the device and the user, the iPhone provides three buttons, a switch and a touch screen. Without question, the user will spend far more t...)
- 17:26, 30 March 2011 (diff | hist) . . (+36) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 17:25, 30 March 2011 (diff | hist) . . (+1,068) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 17:22, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 coredata ui.jpg (current)
- 17:22, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 coredata view connected.jpg (current)
- 17:21, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 coredata delegate connection.jpg (current)
- 17:21, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 coredata change class.jpg (current)
- 17:21, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 coredata connecting view controller.jpg (current)
- 17:20, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 core data entity defined.jpg (current)
- 17:19, 30 March 2011 (diff | hist) . . (+15,530) . . N An iOS 4 iPhone Core Data Tutorial (Xcode 4) (New page: In the previous chapter, entitled Working with iOS 4 iPhone Databases using Core Data, an overview of the Core Data stack ...)
- 15:17, 30 March 2011 (diff | hist) . . (+51) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 15:16, 30 March 2011 (diff | hist) . . (+1,339) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 15:13, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 core data relationship graph.jpg (current)
- 15:12, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 coredata model.jpg (current)
- 15:12, 30 March 2011 (diff | hist) . . (+13,086) . . N Working with iOS 4 iPhone Databases using Core Data (Xcode 4) (New page: The preceding chapters covered the concepts of database storage using the SQLite database. In these chapters the assumption was made that the iPhone application code would directly manipul...)
- 14:47, 30 March 2011 (diff | hist) . . (+68) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 14:32, 30 March 2011 (diff | hist) . . (+1,088) . . IPhone iOS 4 Development Essentials Xcode 4 Edition
- 14:28, 30 March 2011 (diff | hist) . . (0) . . N File:Xcode 4 database ui.jpg (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)


