This document provides tips and examples for using UIWebView in iPhone SDK, including:
- Loading local HTML files into UIWebView using pathForResource and loadRequest
- Loading HTML strings into UIWebView using loadHTMLString
- Interacting with JavaScript in UIWebView
- Passing data between Objective-C and JavaScript using URL schemes
- Implementing a custom URL cache to block certain URLs