From the API doc
The UIWebView class should not be subclassed.
From the API doc
The UIWebView class should not be subclassed.
[[webView.subviews objectAtIndex:0] setScrollEnabled:NO];
[[webView.subviews objectAtIndex:0] setBounces:NO];
So, a UIWebView contains a UIScrollView at index 0
ASX:NTU rised by 20% on 16 Mar. Closed at 0.47
Just realise Xcode 4 has built-in git support. Great.
Took me a while to figure out how to bring out the Interface Builder toolbox: Click the rightmost-pane icon in the View icon group in the top right area of the xcode 4 interface