bennyguitar / libHN

The definitive Objective-C library for adding HackerNews to your iOS/Mac app.
MIT License
150 stars 26 forks source link

loadPostsWithFilter is broken #21

Closed auto234875 closed 10 years ago

auto234875 commented 10 years ago

libHN 3.0.0

bennyguitar commented 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) { ... }
}];