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

Moved NSString declarations into viewDidLoad #8

Open
iheart2code opened this issue Jul 18, 2011 · 1 comment
Open

Moved NSString declarations into viewDidLoad #8

iheart2code opened this issue Jul 18, 2011 · 1 comment

Comments

@iheart2code
Copy link

For whatever reason, the initWithStyle method wasn't be called for me. This meant that the labels weren't being assigned any values. I'm assuming this happened because I'm using a NIB file.

I moved the NSString declarations into the viewDidLoad method, before the addPullToRefreshHeader method call and everything is working as expected.

Thanks for making this available!

@iheart2code
Copy link
Author

aaronpk's commit fixes this 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

1 participant