+
<table border="0" cellspacing="0" width="100%">
 +
<tr>
 +
<td width="20%"><td align="center">[[iPhone iOS 4 Development Essentials Xcode 4 Edition|Table of Contents]]<td width="20%" align="right">[[About iPhone iOS 4 App Development Essentials - Xcode 4 Edition|Next]]</td>
 +
<tr>
 +
<td width="20%"><td align="center"><td width="20%" align="right">About iPhone iOS 4 App Development Essentials - Xcode 4 Edition</td>
 +
</table>
 +
<hr>
 +
 +
 +
<htmlet>ios9_upgrade</htmlet>
 +
 +
 +
© 2012 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.
 +
 +
 +
== Table of Contents ==
 +
<table>
 +
<tr>
 +
<td>
 
# [[About iPhone iOS 4 App Development Essentials - Xcode 4 Edition]]<br><br>
 
# [[About iPhone iOS 4 App Development Essentials - Xcode 4 Edition]]<br><br>
 
# [[The Anatomy of an iPhone 4 (iOS 4 Xcode 4)|The Anatomy of an iPhone 4]]
 
# [[The Anatomy of an iPhone 4 (iOS 4 Xcode 4)|The Anatomy of an iPhone 4]]
 
#* [[The Anatomy of an iPhone 4 (iOS 4 Xcode 4)|Graphics Processing Unit (GPU)]]
 
#* [[The Anatomy of an iPhone 4 (iOS 4 Xcode 4)|Graphics Processing Unit (GPU)]]
 
#* [[The Anatomy of an iPhone 4 (iOS 4 Xcode 4)|Speaker and Microphone]]
 
#* [[The Anatomy of an iPhone 4 (iOS 4 Xcode 4)|Speaker and Microphone]]
#* [[The Anatomy of an iPhone 4 (iOS 4 Xcode 4)|Vibration]]<br><br>
+
#* [[The Anatomy of an iPhone 4 (iOS 4 Xcode 4)|Vibration]]<br><br><htmlet>ezoictoc1</htmlet>
 
# [[iOS 4 Architecture and SDK Frameworks (iOS 4 Xcode 4)|iOS 4 Architecture and SDK Frameworks]]
 
# [[iOS 4 Architecture and SDK Frameworks (iOS 4 Xcode 4)|iOS 4 Architecture and SDK Frameworks]]
 
#* [[iOS 4 Architecture and SDK Frameworks (iOS 4 Xcode 4)|iPhone OS becomes iOS]]
 
#* [[iOS 4 Architecture and SDK Frameworks (iOS 4 Xcode 4)|iPhone OS becomes iOS]]
 
#* [[Installing Xcode 4 and the iOS 4 SDK|Installing Xcode 4 and the iOS 4 SDK]]
 
#* [[Installing Xcode 4 and the iOS 4 SDK|Installing Xcode 4 and the iOS 4 SDK]]
 
#* [[Installing Xcode 4 and the iOS 4 SDK|Starting Xcode 4]]<br><br>
 
#* [[Installing Xcode 4 and the iOS 4 SDK|Starting Xcode 4]]<br><br>
# [[Creating a Simple iOS 4 iPhone App (Xcode 4)]]
+
# [[Creating a Simple iOS 4 iPhone App (Xcode 4)|Creating a Simple iOS 4 iPhone App]]
 
#* [[Creating a Simple iOS 4 iPhone App (Xcode 4)|Starting Xcode 4]]
 
#* [[Creating a Simple iOS 4 iPhone App (Xcode 4)|Starting Xcode 4]]
 
#* [[Creating a Simple iOS 4 iPhone App (Xcode 4)|Creating the iOS App User Interface]]
 
#* [[Creating a Simple iOS 4 iPhone App (Xcode 4)|Creating the iOS App User Interface]]
 
#* [[Creating an Interactive iOS 4 iPhone App (Xcode 4)|Adding Actions and Outlets]]
 
#* [[Creating an Interactive iOS 4 iPhone App (Xcode 4)|Adding Actions and Outlets]]
 
#* [[Creating an Interactive iOS 4 iPhone App (Xcode 4)|Connecting the Actions and Outlets to the User Interface]]
 
#* [[Creating an Interactive iOS 4 iPhone App (Xcode 4)|Connecting the Actions and Outlets to the User Interface]]
#* [[Creating an Interactive iOS 4 iPhone App (Xcode 4)|Building and Running the Finished Application]]<br><br>
+
#* [[Creating an Interactive iOS 4 iPhone App (Xcode 4)|Building and Running the Finished Application]]<br><br><htmlet>ezoictoc2</htmlet>
 
# [[Writing iOS 4 Code to Hide the iPhone Keyboard (Xcode 4)|Writing iOS 4 Code to Hide the iPhone Keyboard]]
 
# [[Writing iOS 4 Code to Hide the iPhone Keyboard (Xcode 4)|Writing iOS 4 Code to Hide the iPhone Keyboard]]
 
#* [[Writing iOS 4 Code to Hide the iPhone Keyboard (Xcode 4)|Creating the Example App]]
 
#* [[Writing iOS 4 Code to Hide the iPhone Keyboard (Xcode 4)|Creating the Example App]]
 
#* [[Creating an iOS 4 iPhone Multiview Application using the Tab Bar (Xcode 4)|Designing the Content Views]]
 
#* [[Creating an iOS 4 iPhone Multiview Application using the Tab Bar (Xcode 4)|Designing the Content Views]]
 
#* [[Creating an iOS 4 iPhone Multiview Application using the Tab Bar (Xcode 4)|Testing the Multiview Application]]<br><br>
 
#* [[Creating an iOS 4 iPhone Multiview Application using the Tab Bar (Xcode 4)|Testing the Multiview Application]]<br><br>
# [[Creating a Simple iOS 4 iPhone Table View Application (Xcode 4)]]
+
# [[Creating a Simple iOS 4 iPhone Table View Application (Xcode 4)|Creating a Simple iOS 4 iPhone Table View Application]]
 
#* [[Creating a Simple iOS 4 iPhone Table View Application (Xcode 4)|An Overview of the Table View]]
 
#* [[Creating a Simple iOS 4 iPhone Table View Application (Xcode 4)|An Overview of the Table View]]
 
#* [[Creating a Simple iOS 4 iPhone Table View Application (Xcode 4)|The Table View Delegate and dataSource]]
 
#* [[Creating a Simple iOS 4 iPhone Table View Application (Xcode 4)|The Table View Delegate and dataSource]]
 
#* [[Working with Directories on iOS 4 (Xcode 4)|Listing the Contents of a Directory]]
 
#* [[Working with Directories on iOS 4 (Xcode 4)|Listing the Contents of a Directory]]
 
#* [[Working with Directories on iOS 4 (Xcode 4)|Getting the Attributes of a File or Directory]]<br><br>
 
#* [[Working with Directories on iOS 4 (Xcode 4)|Getting the Attributes of a File or Directory]]<br><br>
# [[Working with Files on iOS 4 (Xcode 4)]]
+
# [[Working with Files on iOS 4 (Xcode 4)|Working with Files on iOS 4]]
 
#* [[Working with Files on iOS 4 (Xcode 4)|Creating an NSFileManager Instance]]
 
#* [[Working with Files on iOS 4 (Xcode 4)|Creating an NSFileManager Instance]]
 
#* [[Working with Files on iOS 4 (Xcode 4)|Checking if a File Exists]]
 
#* [[Working with Files on iOS 4 (Xcode 4)|Checking if a File Exists]]
 
#* [[Working with Files on iOS 4 (Xcode 4)|Reading Data from a File]]
 
#* [[Working with Files on iOS 4 (Xcode 4)|Reading Data from a File]]
 
#* [[Working with Files on iOS 4 (Xcode 4)|Writing Data to a File]]
 
#* [[Working with Files on iOS 4 (Xcode 4)|Writing Data to a File]]
Exception encountered, of type "Error"
[8a0c0ad5] /index.php?title=IPhone_iOS_4_Development_Essentials_Xcode_4_Edition&diff=31685&oldid=11805 Error from line 434 of /home/techotopia/includes/diff/DairikiDiff.php: Call to undefined function each()
Backtrace:
#0 /home/techotopia/includes/diff/DairikiDiff.php(544): DiffEngine->diag()
#1 /home/techotopia/includes/diff/DairikiDiff.php(344): DiffEngine->compareSeq()
#2 /home/techotopia/includes/diff/DairikiDiff.php(227): DiffEngine->diffLocal()
#3 /home/techotopia/includes/diff/DairikiDiff.php(721): DiffEngine->diff()
#4 /home/techotopia/includes/diff/DairikiDiff.php(859): Diff->__construct()
#5 /home/techotopia/includes/diff/DairikiDiff.php(980): MappedDiff->__construct()
#6 /home/techotopia/includes/diff/TableDiffFormatter.php(194): WordLevelDiff->__construct()
#7 /home/techotopia/includes/diff/DiffFormatter.php(140): TableDiffFormatter->changed()
#8 /home/techotopia/includes/diff/DiffFormatter.php(82): DiffFormatter->block()
#9 /home/techotopia/includes/diff/DifferenceEngine.php(881): DiffFormatter->format()
#10 /home/techotopia/includes/diff/DifferenceEngine.php(797): DifferenceEngine->generateTextDiffBody()
#11 /home/techotopia/includes/diff/DifferenceEngine.php(728): DifferenceEngine->generateContentDiffBody()
#12 /home/techotopia/includes/diff/DifferenceEngine.php(662): DifferenceEngine->getDiffBody()
#13 /home/techotopia/includes/diff/DifferenceEngine.php(632): DifferenceEngine->getDiff()
#14 /home/techotopia/includes/diff/DifferenceEngine.php(453): DifferenceEngine->showDiff()
#15 /home/techotopia/includes/page/Article.php(797): DifferenceEngine->showDiffPage()
#16 /home/techotopia/includes/page/Article.php(508): Article->showDiffPage()
#17 /home/techotopia/includes/actions/ViewAction.php(44): Article->view()
#18 /home/techotopia/includes/MediaWiki.php(490): ViewAction->show()
#19 /home/techotopia/includes/MediaWiki.php(287): MediaWiki->performAction()
#20 /home/techotopia/includes/MediaWiki.php(714): MediaWiki->performRequest()
#21 /home/techotopia/includes/MediaWiki.php(508): MediaWiki->main()
#22 /home/techotopia/index.php(41): MediaWiki->run()
#23 {main}