StefanLage / SLPagingView

Navigation bar system allowing to do a Tinder like or Twitter like
MIT License
1.01k stars 85 forks source link

NavigationBar display issue #18

Open chlebta opened 9 years ago

chlebta commented 9 years ago

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 commented 9 years ago

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.

chlebta commented 9 years ago

@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