SLPagingView icon indicating copy to clipboard operation
SLPagingView copied to clipboard

How do you use this in a navigation controller

Open harkmall opened this issue 9 years ago • 8 comments

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!

harkmall avatar Jun 10 '15 01:06 harkmall

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

andrew804 avatar Jul 15 '15 10:07 andrew804

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.

harkmall avatar Jul 15 '15 13:07 harkmall

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

rlam3 avatar Jul 15 '15 13:07 rlam3

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

harkmall avatar Jul 15 '15 13:07 harkmall

@golfguru1 That would be much appreciated

andrew804 avatar Jul 15 '15 13:07 andrew804

@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

harkmall avatar Jul 16 '15 03:07 harkmall

@golfguru1 Thanks :)

rlam3 avatar Jul 17 '15 15:07 rlam3

@golfguru1 thank you

andrew804 avatar Jul 17 '15 15:07 andrew804