-
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
How to get topview navigation in Appdelegate ? #51
Comments
Hey, Thanks. You can use following function of FAPanels but you need to update it little bit.
To get the topViewController just return the root in above function in last line. |
oh great , thanks bro, But what parameter i need to pass ? below the code is not BLE Module . i like your menu so i need to implement in my project so i try in simple menu project . could you help me to get current viewcontroller ? |
i just try this method but is showing same qq |
when you reach to FAPanelController try getting its centre view controller and check its type. I think you need that. |
are you saying need to pass centre view controller ?
|
Hi Bro,
I try your Menu Its working Good . Great Job
I have one Problem . I need top view controller / Current View Controller how to i get ?
I try this method its showing
<menu.FAPanelController: 0x102014e00>
i need Current View Controller not this one
Thank you
Isaac
The text was updated successfully, but these errors were encountered: