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

NavigationBar display issue #18

Open
chlebta opened this issue Mar 17, 2015 · 2 comments
Open

NavigationBar display issue #18

chlebta opened this issue Mar 17, 2015 · 2 comments
Labels

Comments

@chlebta
Copy link

chlebta commented Mar 17, 2015

Hello, I got some displaying issue in the navigation bar please check the image 'I want my nav bar looks like twitter'
capture d ecran 2015-03-17 a 10 21 57

Also My CollectionView was resizing when rotating but after adding SLPagingView it doesn't resize any more I tried to add this code to didLoadView method in SLpagingView but haven't helpd :

self.view.autoresizingMask = UIViewAutoresizingFlexibleWidth |
    UIViewAutoresizingFlexibleHeight;

I'm using storyboard as in tinder example (and I'haven't added any code) I just subclassed from SLPagingView and I add the costum Segue that's all

@chlebta
Copy link
Author

chlebta commented Mar 17, 2015

To solve the autoresize problem I've added this code (to parent Class of my Page not the SLPagingVC) :

self.scrollView.autoresizesSubviews = YES;
    [self.scrollView setAutoresizingMask:UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight];

Waiting for Help to fix the navbar display issue.

@StefanLage StefanLage added the bug label Mar 19, 2015
@chlebta chlebta changed the title Navigation Bar issue, NavigationBar display issue Mar 21, 2015
@chlebta
Copy link
Author

chlebta commented Mar 21, 2015

@StefanLage I'm using the twitter moving redefine code , and I got this :
before scrolling ( After app is lunched no interaction made yet)
capture d ecran 2015-03-21 a 10 44 50

after scrolling
capture d ecran 2015-03-21 a 10 53 23

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

No branches or pull requests

2 participants