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

How do you use this in a navigation controller #35

Open
harkmall opened this issue Jun 10, 2015 · 8 comments
Open

How do you use this in a navigation controller #35

harkmall opened this issue Jun 10, 2015 · 8 comments

Comments

@harkmall
Copy link

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!

@andrew804
Copy link

Hey, I'm trying to do the same thing. Did you manage to sort this?

@harkmall
Copy link
Author

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.

@rlam3
Copy link

rlam3 commented Jul 15, 2015

@golfguru1 could you share your repo with us too? Thanks :)

@harkmall
Copy link
Author

Once I finish it ya, still ironing out some kinks.

@andrew804
Copy link

@golfguru1 That would be much appreciated

@harkmall
Copy link
Author

@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

@rlam3
Copy link

rlam3 commented Jul 17, 2015

@golfguru1 Thanks :)

@andrew804
Copy link

@golfguru1 thank you

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

3 participants