Skip to content

Bug, missing offset from navigation bar #70

@CaledoniaProject

Description

@CaledoniaProject

Hi,

Has anyone experienced similar issues?

The scrollView scrolls up too much and the first section header of the table is "hidden"

I had to apply a dirty fix,

- (void)egoRefreshScrollViewDataSourceDidFinishedLoading:(UIScrollView *)scrollView {   

    [UIView beginAnimations:nil context:NULL];
    [UIView setAnimationDuration:.3];
    // !!!! dirty fix !!!!
    [scrollView setContentInset:UIEdgeInsetsMake(60.0f, 0.0f, 0.0f, 0.0f)];
    [UIView commitAnimations];

    [self setState:EGOOPullRefreshNormal];

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions