FluidFinalFrameDimension

public struct FluidFinalFrameDimension : FluidFrameDimensionCompatible

The final frame dimension that conforms to the FluidFrameDimensionCompatible protocol.

  • The function that returns final frame for an orientation.

    Declaration

    Swift

    public func frame(for containerSize: CGSize? = nil) -> CGRect

    Parameters

    orientation

    The UIInterfaceOrientation value.

    Return Value

    The CGRect value.

  • The function that returns final transform for an orientation.

    Declaration

    Swift

    public func transform(for containerSize: CGSize? = nil) -> CATransform3D

    Parameters

    orientation

    The UIInterfaceOrientation value.

    Return Value

    The CATransform3D value.