-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
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 ?
if var topController = UIApplication.shared.keyWindow?.rootViewController {
while let presentedViewController = topController.presentedViewController {
topController = presentedViewController
}
print(topController)
// topController should now be your topmost view controller
}
I try this method its showing
<menu.FAPanelController: 0x102014e00>
i need Current View Controller not this one
Thank you
Isaac
Metadata
Metadata
Assignees
Labels
No labels