User contributions
22 April 2011
Working with iOS 4 iPad 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 iPad application code would directly manipulat...
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+124
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+1,113
File:Ipad sqlite app running.jpg
no edit summary
File:Ipad sqlite example ui.jpg
no edit summary
An Example SQLite based iOS 4 iPad Application (Xcode 4)
New page: In the chapter entitled iOS 4 iPad Database Implementation using SQLite the basic concepts of integrating a SQLite based datab...
Integrating iAds into an iOS 4 iPad App (Xcode 4)
no edit summary
-5
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
-6
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+1,132
IOS 4 iPad Database Implementation using SQLite (Xcode 4)
New page: Whilst the preceding chapters of this book have looked at data storage within the context of iOS 4 iPad based applications, this coverage has been limited to using basic file and directory...
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+112
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+1,547
Creating a Navigation based iOS 4 iPad Application using TableViews (Xcode 4)
Adding the Navigation Code
-1
File:Ipad table view connect view controller.jpg
no edit summary
File:Ipad xcode 4 changing class of view controller.jpg
no edit summary
Creating a Navigation based iOS 4 iPad Application using TableViews (Xcode 4)
Connecting the Second View Controller to the Root View Controller
+3
File:Ipad table view in simulator.jpg
no edit summary
File:Ipad xcode 4 table view navigation controller.jpg
no edit summary
File:Ipad table view both screens.jpg
no edit summary
Creating a Navigation based iOS 4 iPad Application using TableViews (Xcode 4)
New page: In the previous chapter (entitled Creating a Simple iOS 4 iPad Table View Application) we looked at the basics of the Tabl...
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+152
Creating a Navigation based iOS 4 iPhone Application using TableViews (Xcode 4)
Creating the Second View Controller
+20
21 April 2011
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+45
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+866
File:Ipad splitview landscape.jpg
no edit summary
File:Ipad splitview popover.jpg
no edit summary
File:Ipad split view test run.jpg
no edit summary
File:Ipad split view xcode 4 hierarchy.jpg
no edit summary
File:Ipad splitview scode 4 mainwindow.jpg
no edit summary
An iPad iOS 4 Split View and Popover Example (Xcode 4)
New page: As demonstrated in the previous chapters, whilst it is possible to use the UITableView class as both an information display and application navigation tool, it is extremely inefficient in ...
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+61
20 April 2011
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+1,077
File:Ipad table view connect datasource.jpg
no edit summary
Creating a Simple iOS 4 iPad Table View Application (Xcode 4)
Making the Delegate and dataSource Connections
+37
File:Ipad ios 4 table view in ui xcode 4.jpg
no edit summary
File:Ipad ios 4 table view plain.jpg
no edit summary
File:Ipad ios 4 table view grouped.jpg
no edit summary
File:Ipad table view example running.jpg
no edit summary
File:Ipad ios 4 table view with images.jpg
no edit summary
Creating a Simple iOS 4 iPad Table View Application (Xcode 4)
New page: The UITableView component was developed originally for the iPhone and provides the cornerstone of the navigation system for many iPhone applications. The original purpose of the table view...
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+68
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+932
File:Ipad archive app running.jpg
no edit summary
File:Ipad archiving ui.jpg
no edit summary
Data Persistence on the iPad using Archiving with iOS 4 (Xcode 4)
Designing the iPad User Interface
+21
Data Persistence on the iPad using Archiving with iOS 4 (Xcode 4)
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 iPad application. In the chapter entitled [[...
IPad iOS 4 App development Essentials - Xcode 4 Edition
no edit summary
+747
File:Ipad ios 4 file directory example running.jpg
no edit summary
File:Ipad ios 4 file example ui.jpg
no edit summary
IPad iOS 4 SDK Directory Handling and File I/O – A Worked Example (Xcode 4)
New page: In the Working with Directories on the iPad with iOS 4 and [[Working with Directories on the iPad with iOS 4 (Xcode 4)|Working...