Skip to content

How to get topview navigation in Appdelegate ? #51

@isaacraja15

Description

@isaacraja15

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
screenshot 2018-12-04 at 6 15 59 am

Isaac

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions