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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: