Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

statusLabel is not showing #14

Open
tomoyuki28jp opened this issue Mar 18, 2012 · 1 comment
Open

statusLabel is not showing #14

tomoyuki28jp opened this issue Mar 18, 2012 · 1 comment

Comments

@tomoyuki28jp
Copy link

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

@jznadams
Copy link

I had the same issue, and this fix worked for me. I also had zman's ARC changes as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants