Classes

The following classes are available globally.

  • FRDControllerManager is a way to manage view controllers and invoke view controllers from a URL or class name.

    See more

    Declaration

    Swift

    public class FRDControllerManager: NSObject
  • The way of display view controllers with push. It calls pushViewController(viewController: UIViewController, animated: Bool)

    See more

    Declaration

    Swift

    open class FRDPushDisplay: NSObject, FRDControllerDisplay
  • Open the parameters to public. Defined as a class because of the usage of Objective-C.

    See more

    Declaration

    Swift

    public class FRDIntentParameters: NSObject
  • An intent is an abstract description of an operation to be performed. It can be used with startController to launch a view controller.

    See more

    Declaration

    Swift

    public class FRDIntent: NSObject
  • Open the parameters to public. Defined as a class because of the usage of Objective-C.

    See more

    Declaration

    Swift

    public class FRDRouteParameters: NSObject
  • FRDURLRoutes is a way to manage URL routes and invoke them from a URL.

    See more

    Declaration

    Swift

    public class FRDURLRoutes: NSObject