-
The base object to extend.
Declaration
Swift
public let base: Base -
The initializer that creates extensions with the base object.
Declaration
Swift
public init(_ base: Base)Parameters
baseThe base object.
-
The
FluidInitialFrameDimensionvalue that indicates the initial dimension.Declaration
Swift
public var navigationInitialDimension: FluidInitialFrameDimension? { get } -
The
FluidFinalFrameDimensionvalue that indicates the final dimension.Declaration
Swift
public var navigationFinalDimension: FluidFinalFrameDimension? { get } -
The
CGRectvalue that indicates the initial frame.Declaration
Swift
public func navigationInitialFrame() -> CGRect? -
The
CGRectvalue that indicates the final frame.Declaration
Swift
public func navigationFinalFrame(for containerSize: CGSize? = nil) -> CGRect?
-
The
FluidInitialFrameDimensionvalue that indicates the initial dimension.Declaration
Swift
public var transitionInitialDimension: FluidInitialFrameDimension? { get } -
The
FluidFinalFrameDimensionvalue that indicates the final dimension.Declaration
Swift
public var transitionFinalDimension: FluidFinalFrameDimension? { get } -
The
CGRectvalue that indicates the initial frame.Declaration
Swift
public func transitionInitialFrame() -> CGRect? -
The
CGRectvalue that indicates the final frame.Declaration
Swift
public func transitionFinalFrame(for containerSize: CGSize? = nil) -> CGRect?
View on GitHub
FluidProxy Structure Reference