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

Not reloading sidemenu #572

Closed
Gaurdevendra opened this issue Dec 29, 2017 · 3 comments
Closed

Not reloading sidemenu #572

Gaurdevendra opened this issue Dec 29, 2017 · 3 comments
Labels

Comments

@Gaurdevendra
Copy link

How to reload the tableview and add count.

@michaelochs
Copy link
Member

ViewDeck does not provide any content view controllers. If you are showing a table view as a child view controller of a IIViewDeckController than you are responsible for managing these yourself, including reloading the data when needed.

@Gaurdevendra
Copy link
Author

Thanks for your valuable response. But first time it will call in appdelegate and next time side menu class never called. How can I called side menu class and tableview again and agian for my side menu.

@michaelochs
Copy link
Member

You need to hold a reference to the view controllers you need to talk to yourself. The only thing view deck does for you is to manage the presentation of multiple child view controllers. This design decision is on purpose as view deck does not want to force any communication patterns on you, so you are free to design your app architecture however you want. It is very similar to a UINavigationController or anything else that is provided by UIKit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants