Read iOS Programming: The Big Nerd Ranch Guide, 3/e (Big Nerd Ranch Guides) Online
Authors: Aaron Hillegass,Joe Conway
Tags: #COM051370, #Big Nerd Ranch Guides, #iPhone / iPad Programming
accessor methods,
Accessor methods
cell reuse identifiers,
Reusing UITableViewCells
class prefixes,
For the More Curious: Class Names
delegate protocols,
Protocols
navigation controllers (seeinitializer methods,
Initializers
breakpoint,
Stepping through code
debug,
Using breakpoints
keyboard shortcuts for,
Build and Run on the Simulator
Nerdfeed applicationproject,
Creating an Xcode Project
adding delegate protocol,
Master-Detail Communication
adding iCloud support,
iCloud
adding UIWebView,
UIWebView
caching RSS feeds,
Caching the RSS Feed
categorizing log statements,
A quick tip on logging
converting to MVCS,
The Need for Stores
fetching data,
NSURL, NSURLRequest, and NSURLConnection
indicating read items,
Read and Unread Items
parsing data,
Collecting XML data
showing only post titles,
NSRegularExpression
nested message sends,using UISplitViewController,
Splitting Up Nerdfeed
(see alsonibWithNibName:bundle:,
XIB files
)
and arrays,
NSArray and NSMutableArray
as notification wildcard,
Notification Center
returned from initializer,
super
sending messages to,
Destroying objects
setting pointers to,
Destroying objects
-targeted actions,
For the More Curious: UIControl
nonatomic,as zero pointer,
Destroying objects
as approach to callbacks,
For the More Curious: Pros and Cons of Callback Options
described,
Notification Center
of low-memory warnings,
More on Low-Memory Warnings
NSArray,posting,
Core Data and iCloud
(see alsoNSBundle,
arrays
)
(see alsoNSError,
dictionaries
)
(see also
arrays
)
removeObject:,
Deleting Rows
removeObjectIdenticalTo:,
Deleting Rows
NSMutableDictionary,sortUsingComparator:,
Advanced Caching
(see alsoNSNotification,
dictionaries
)
collecting from XIB,
Localizing Resources
creating,
Class methods
creating with @,
Creating strings
description,
Subclassing an Objective-C Class
drawInRect:withFont:,
UIKit Drawing Additions
internationalizing,
NSLocalizedString and Strings Tables
as key path,
Animation Objects
literal,
Creating strings
localizing,
Localizing Resources
printing to console,
Format strings
property list serializable,
For the More Curious: Reading and Writing to the Filesystem
stringWithFormat:,
Class methods
using tokens with,
Format strings
NSStringFromSelector,writing to filesystem,
Writing to the Filesystem with NSData
basics,
Objective-C
keywords,
Creating an NSObject subclass
message names,
Sending messages
method names,
Sending messages
objectssingle inheritance in,
Creating an NSObject subclass
(see also
classes
,
memory management
)
allocation,
The Heap
copying,
Copying
independence of,
Instance variables
in memory,
The Heap
overview,
Objects
property list serializable,
For the More Curious: Reading and Writing to the Filesystem
offscreen contexts,size of,
The Heap
and autorotation,
Autorotation
landscape mode,
Forcing Landscape Mode
and split view controllers,
Splitting Up Nerdfeed
orientationChanged:,UIDevice constants for,
UIDevice Notifications