Feb 17, 2012 - Uncategorized    2 Comments

Episode #3: Add a UIActivityIndicator to a UIWebview with UIWebViewDelegate

Episode #3 shows you how to create a UIActivityIndicator (yes that thing that spins when something is loading) that animates when a webview is loading. Also shows how to implement two methods of the UIWebViewDelegate protocol.

Source code available here: Github – UIWebViewDelegate Example

Feb 1, 2012 - Uncategorized    No Comments

Episode #2: Creating a simple web browser with a UIWebView

In this episode I talk about how to create a very simple web browser with a UIWebView.

Full source is available at Github – UIWebView Example

Episode #1: Wiring up a UIButton with Interface Builder

Welcome to the very first episode on iosdevscreencasts.com! Today I will be talking about how to wire up a UIButton with Interface Builder to respond to a method. If you have any questions please post in the comments below.

Also I have open sourced the sample code here https://github.com/msencenb/ButtonExample