SpecialPictureProtocol

Last Revision:
Version 1.1, 2011-07-11
Updated html file loading routine. Added a ReadMe. Project updated for Xcode 4.
(Full Revision History)
Build Requirements:
Xcode 3.2, Mac OS X 10.6 Snow Leopard
Runtime Requirements:
Mac OS X 10.6 Snow Leopard

This sample includes a custom NSURLProtocol that creates jpeg images on the fly in memory so they can be displayed in a webView. Also this sample illustrates the recomended technique for sharing information between your webView's WebResourceLoadDelegate object and your custom NSURLProtocol object.