UIApplication

Undocumented

  • Finds top view controller of the given UIVIew Controller

    Parameter

    Parameter base: UIViewController of which topViewController is required

    Returns

    Top View Controller of the the given base controller

    Declaration

    Swift

    public class func topViewController(_ base: UIViewController) -> UIViewController?

    Parameters

    base

    UIViewController of which topViewController is required

    Return Value

    Top View Controller of the the given base controller