I was having UIWebView problem because I did not set my custom controller as the root view controller.
Let Give Three20 a Go
Let give three20 a go
Way to Make a Widget Auto-resize to the Size Container View
Way to make a widget auto-resize to the size container view
view.autoresizingMask = UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;
UIWebView Rotation on iPad
Difference Between Git Clone and Git Pull
One difference between git clone and git pull: git pull will require a pre-existing .git.
If I need to check out the source code for the first time, use of git pull is certainly not the right command.