Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5020
Multiple Calls to showPullDownRow Has Wrong Offset
posted

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

  • 40030
    Offline posted

    Yup, thats definitely a bug. We'll take a look at that. 

    Thanks for reporting this and providing the demo link. 

    -SteveZ