-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Help] How to set drop shadow on center controller? #48
Comments
Can you share more details what you actually looking for? Shadow for left panel is already there. |
You can use |
And how I can reload center panel |
I think the shadow is not there for this scenario. If you can implement this feature and make a merge request then it will be appreciated as I don't get enough time to add new features in this library but i will add a lot of features in it. |
Reload means ? |
For example some data changes from left panel needs to reload center panel so if I call |
You can do it using NSNotificationCenter. |
Done already. Thanks. Just looked for another options. |
@Sergozh and @fahidattique55 can you guide me how can you set your custom view in center view? I changed code in centervc.swift and also hide navigation bar from navigation controller. but still i get navigationbar on top.
|
This line As the Panel is just a container of all your centre, left and right controllers. So you need to hide navigation bar of centre controller and not the panel controller. try using this, |
Please give an advice how to set drop shadow on center controller when it appears above left panel.
Thank you!
The text was updated successfully, but these errors were encountered: