Peter Kirby

Results 2 issues of Peter Kirby

I have setup a bottomRefreshControl using the following code: ``` UIRefreshControl *refreshControl = [UIRefreshControl new]; [refreshControl addTarget:self action:@selector(refresh) forControlEvents:UIControlEventValueChanged]; refreshControl.attributedTitle = [[NSAttributedString alloc] initWithString:@"Pull to Refresh"]; self.tableView.bottomRefreshControl = bottomRefreshControl; ```...

This is a feature request, not a bug. Could you make $futureStateProvider.futureState() chainable by returning the $futureStateProvider from the futureState method? For example: ``` this.futureState = function (futureState) { if...

enhancement
futurestate