Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in ios9 #13

Open
purnimaSingh opened this issue Oct 8, 2015 · 1 comment
Open

Not working in ios9 #13

purnimaSingh opened this issue Oct 8, 2015 · 1 comment

Comments

@purnimaSingh
Copy link

Hey thanks for the code :)

This code is working fine for ios9 but this not working in ios9.0.2

and my code is:

    [_ghView setFloatingHeaderView:nil];
    self.ghView.isfixedBackground = YES;
    self.ghView.bgImage = [UIImage imageNamed:@"Tut_BG.png"];
    [self.ghView setWalkThroughDirection:GHWalkThroughViewDirectionHorizontal];
    [self.ghView showInView:self.navigationController.view animateDuration:0.3];

any help??

@purnimaSingh
Copy link
Author

This method is not working :(

  • (void) setWalkThroughDirection:(GHWalkThroughViewDirection)walkThroughDirection
    {
    _walkThroughDirection = walkThroughDirection;
    UICollectionViewScrollDirection dir = _walkThroughDirection == GHWalkThroughViewDirectionVertical ? UICollectionViewScrollDirectionVertical : UICollectionViewScrollDirectionHorizontal;
    UICollectionViewFlowLayout* layout = (UICollectionViewFlowLayout*) self.collectionView.collectionViewLayout;
    [layout setScrollDirection:dir];
    [layout invalidateLayout];
    [self orientFooter];
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant