Hour 15. Showing a Web Page

To display web content, Cocoa Touch provides a built-in web browser that can render documents in HTML, PDF, RTF, RTFD, Microsoft Office or iWork formats. You can also use the web browser to to execute JavaScript code from your application, for instance to support JavaScript only APIs. In this hour, you’ll learn the capabilities of UIWebView, use it to dynamically update web pages, and learn how to run JavaScript code using its JavaScript interpreter.

Understanding UIWebView

UIWebView is a user-interface element that displays web content. This not only includes Hypertext Markup Language (HTML) and static pictures, ...

Get Sams Teach Yourself Cocoa Touch™ Programming in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.