In GridPullDownToReload.m add a line in viewDidLoad as follows:
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Show" style:UIBarButtonItemStylePlain target:self action:@selector(pullDownNow:)];
with...
-(void)pullDownNow:(id)sender
{
[_gridView showPullDownRow];
}
Press this button twice.
Demo URL: http://www.gfycat.com/ConcreteInfamousButterfly
Yup, thats definitely a bug. We'll take a look at that.
Thanks for reporting this and providing the demo link.
-SteveZ