You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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
The text was updated successfully, but these errors were encountered: