User contributions
20 January 2011
An Overview of iOS 4 iPhone Multitouch, Taps and Gestures
Forwarding an Event to the Next Responder
+3,366
An Overview of iOS 4 iPhone Multitouch, Taps and Gestures
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...
IPhone iOS 4 Development Essentials
no edit summary
+64
An Overview of iPhone Multitouch, Taps and Gestures
no edit summary
+1
An Overview of iPhone Multitouch, Taps and Gestures
no edit summary
-1
An Overview of iPhone Multitouch, Taps and Gestures
no edit summary
+1
An Overview of iPhone Multitouch, Taps and Gestures
no edit summary
-2
IPhone iOS 4 Development Essentials
no edit summary
+885
File:Ios 4 iphone core data app.jpg
no edit summary
File:Ios 4 core data entity defined.jpg
no edit summary
File:Ios 4 iphone entity editor.jpg
no edit summary
An iOS 4 iPhone Core Data Tutorial
New page: In the previous chapter, entitled Working with iOS 4 iPhone Databases using Core Data, an overview of the Core Data stack was provided, together with details of how to write code to im...
IPhone iOS 4 Development Essentials
no edit summary
+41
IPhone iOS 4 Development Essentials
no edit summary
+1,157
Working with iOS 4 iPhone Databases using Core Data
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...
IPhone iOS 4 Development Essentials
no edit summary
+58
19 January 2011
IPhone iOS 4 Development Essentials
no edit summary
+988
An Example SQLite based iOS 4 iPhone Application
Designing the User Interface
-1
File:Ios 4 iphone sqlite app running.jpg
no edit summary
An Example SQLite based iOS 4 iPhone Application
Creating and Preparing the SQLite Application Project
+3
An Example SQLite based iOS 4 iPhone Application
New page: In the chapter entitled iOS 4 iPhone Database Implementation using SQLite the basic concepts of integrating a SQLite based database into iOS iPhone-based applications were discussed. I...
IPhone iOS 4 Development Essentials
no edit summary
+55
18 January 2011
IPhone iOS 4 Development Essentials
no edit summary
+980
IOS 4 iPhone Database Implementation using SQLite
New page: Whilst the preceding chapters of this book have looked at data storage within the context of iOS 4 iPhone based applications, this coverage has been limited to using basic file and directo...
IPhone iOS 4 Development Essentials
no edit summary
+762
File:Ios 4 iphone archive example.jpg
no edit summary
IOS 4 iPhone Data Persistence using Archiving
no edit summary
+1
IOS 4 iPhone Data Persistence using Archiving
New page: In the previous chapters of this book we have looked at some basic file and directory handling operations that can be performed within an iOS 4 iPhone application. In the chapter entitled ...
IPhone iOS 4 Development Essentials
no edit summary
+52
IPhone iOS 4 Development Essentials
no edit summary
+757
File:Ios 4 iphone file example.jpg
no edit summary
IOS 4 iPhone Directory Handling and File I/O – A Worked Example
Building and Running the Example
-2
IOS 4 iPhone Directory Handling and File I/O – A Worked Example
no edit summary
+62
IOS 4 iPhone Directory Handling and File I/O – A Worked Example
no edit summary
+18
IOS 4 iPhone Directory Handling and File I/O – A Worked Example
New page: In the Working with Directories on iOS 4 and Working with Files on iOS 4 chapters of this book we discussed in some detail the steps involved in working with the iOS file system in...
IPhone iOS 4 Development Essentials
no edit summary
+72
IPhone OS Directory Handling and File I/O – A Worked Example
Defining the Actions and Outlets
-2
14 January 2011
IPhone iOS 4 Development Essentials
no edit summary
+1,134
Working with Files on iOS 4 (iPhone)
New page: In the chapter entitled Working with Directories on iOS 4 (iPhone) we looked at the NSFileManager, NSFileHandle and NSData Foundation Framework classes and discussed how the NSFileMana...
IPhone iOS 4 Development Essentials
no edit summary
+43
IPhone iOS 4 Development Essentials
no edit summary
+1,049
Working with Directories on iOS 4 (iPhone)
New page: It is sometimes easy to forget that iOS is an operating system much like that running on many other computers today. Given this fact, it should come as no surprise that iOS has a file syst...
IPhone iOS 4 Development Essentials
no edit summary
+49
13 January 2011
IPhone iOS 4 Development Essentials
no edit summary
+1,451
File:Ios 4 xcode add new tableview controller.jpg
no edit summary
File:Ios 4 iphone tableview first tableview.jpg
no edit summary
File:Ios 4 iphone tableview both views.jpg
no edit summary
Creating a Navigation based iOS 4 iPhone Application using TableViews
no edit summary
+2
File:Ios 4 ihone tableview both views.jpg
no edit summary
Creating a Navigation based iOS 4 iPhone Application using TableViews
New page: In the previous chapter (entitled Creating a Simple iOS 4 iPhone Table View Application) we looked at the basics of the Table View object and worked through the creation of a simple ex...