When I use this with UIWebView, statusLabel is not showing.
Adding following code in initWithScrollView fix this issue.
statusLabel.frame = CGRectMake(0.0f, frame.size.height - 50.0f, self.frame.size.width, 20.0f);
version: 5405a50
iPhone 5.1 Simulator
Xcode 4.3.1