Open chlebta opened 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.
@StefanLage I'm using the twitter moving redefine code , and I got this : before scrolling ( After app is lunched no interaction made yet)
after scrolling
Hello, I got some displaying issue in the navigation bar please check the image 'I want my nav bar looks like twitter'
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 :
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