-
A starting point in the modal presentation
See moreDeclaration
Swift
public enum ModalPresentationStartingPoint
-
A starting point in the modal presentation
Declaration
Swift
public let presentationStartingPoint: ModalPresentationStartingPoint
-
UIModalPresentationStyle
settingDeclaration
Swift
public let presentationStyle: UIModalPresentationStyle?
-
A Boolean value indicating whether the view controller enforces a modal behavior.
Declaration
Swift
public let isModalInPresentation: Bool?
-
UIModalTransitionStyle
settingDeclaration
Swift
public let transitionStyle: UIModalTransitionStyle?
-
The preferredContentSize is used for any container laying out a child view controller.
Declaration
Swift
public let preferredContentSize: CGSize?
-
Block to configure
UIPresentationController
Declaration
Swift
public let presentationControllerConfigurationBlock: ((UIPresentationController) -> Void)?
-
UIViewControllerTransitioningDelegate
instance to be used during the transitionDeclaration
Swift
public private(set) weak var transitioningDelegate: UIViewControllerTransitioningDelegate? { get }
-
Declaration
Swift
public func perform(with viewController: UIViewController, on existingController: UIViewController, animated: Bool, completion: @escaping (_: RoutingResult) -> Void)