Enumerations
The following enumerations are available globally.
-
A value that represents the behavior to use when animating the appearnce or dismissal of a presented view controller.
See moreDeclaration
Swift
public enum AnimationBehavior
extension AnimationBehavior: Equatable
-
A handler that the presentation controller calls when the user taps on the dimming view.
See moreDeclaration
Swift
public enum DimmingViewTapHandler
-
A view edge relative to a fixed physical edge of the screen.
See moreDeclaration
-
A view edge relative to the layout direction of on-screen text.
See moreDeclaration
Swift
public enum DirectionalViewEdge : Equatable
extension DirectionalViewEdge: ViewEdgeConvertible