Closed auto234875 closed 10 years ago
Yeah, I'm working on updating the documentation but now all loading posts methods return an extra parameter in the completion block.
[[HNManager sharedManager] ] loadPostsWithFilter:PostFilterTypeTop completion:^(NSArray *posts, NSString *urlAddition) {
if (posts && urlAddition) { ... }
}];
libHN 3.0.0