SLPagingView
SLPagingView copied to clipboard
How do you use this in a navigation controller
Im trying to use this in a navigation controller. I present a login page and after the user logs in I present my SLPagingView, but when it gets presented self.navigationController is null so I cant push anything else. I've looked at #19, but thats still not working for me.
I've tried everything, please help!
Hey, I'm trying to do the same thing. Did you manage to sort this?
I gave up and made my own control that is similar to this. I was having lots of problems with this one, it was easier to make my own than to try and fix everything.
@golfguru1 could you share your repo with us too? Thanks :)
Once I finish it ya, still ironing out some kinks.
@golfguru1 That would be much appreciated
@andrew804 @rlam3
Try this out, I just forked this repo: https://github.com/guilhermearaujo/GUITabPagerViewController so credit where credit is due, I didn't write the whole thing. But if you follow his steps for making it and in the
viewForTabAtIndex
method return a view that is half the width of the screen it should work similarly to this one.
I haven't tested it extensively so it might be completely wrong but give it a try, see if it works for you.
https://github.com/golfguru1/GUITabPagerViewController
@golfguru1 Thanks :)
@golfguru1 thank you