We are a Billion Fragments (or “Removing URL Fragments with NSURL”)
NSURL is a wonderfully powerful Cocoa object, bet there is at least one thing it leaves out, but I’ll show you how to fix that.
If I Had a Photograph of You (or “How to Cache Images in CocoaTouch”)
A quick note. Wanting to cache images in an iPhone app? Load the image using:
[UIImage imageNamed:]
if you use:
[UIImage imageWithContentsOfFile:]
the image will not be cached.
