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 moreDeclaration
Swift
public class FRDControllerManager: NSObject
-
The way of display view controllers with push. It calls pushViewController(viewController: UIViewController, animated: Bool)
See moreDeclaration
Swift
open class FRDPushDisplay: NSObject, FRDControllerDisplay
-
Open the parameters to public. Defined as a class because of the usage of Objective-C.
See moreDeclaration
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 moreDeclaration
Swift
public class FRDIntent: NSObject
-
Open the parameters to public. Defined as a class because of the usage of Objective-C.
See moreDeclaration
Swift
public class FRDRouteParameters: NSObject
-
FRDURLRoutes is a way to manage URL routes and invoke them from a URL.
See moreDeclaration
Swift
public class FRDURLRoutes: NSObject
-
The way of display view controllers with present. It calls presentViewController(viewController: UIViewController, animated: Bool)
See moreDeclaration
Swift
open class FRDPresentationDisplay: NSObject, FRDControllerDisplay