-
Notifications
You must be signed in to change notification settings - Fork 265
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
More Elements in PulleyViewController #371
Comments
You can’t add elements to PulleyViewController itself. You need to add them to your primary or drawer view controller. Please see the example project for how to use Pulley with a storyboard. |
There are delegate methods you can use to control this. Please see the sample project for how the heights are returned. |
Wow it is much wiser! Thanks! |
@YujxZJCN how did you manage to put a tab bar as part of the pulley view controller? Can you post a sample of your storyboard |
@amyleecodes Hello Amy. Im trying to add a navigation bar button In my primary content view controller but it is never visible. Of course when I tried to add it in the PullyViewController itself it appeared but its action of course its not working. How can I make this work? What I'm trying to achieve is to display the drawer by tapping on the bar button using UPDATE |
How to add my own elements like a button in PulleyViewController? I created it in my storyboard but didn't show when App runs.
The text was updated successfully, but these errors were encountered: