init(value:units:)
Creates a caption dimension with a value and unit type.
Declaration
init(value: CGFloat, units: AVCaptionUnitsType)Parameters
- value:
A floating-point value.
- units:
The value’s unit type.
Creates a caption dimension with a value and unit type.
init(value: CGFloat, units: AVCaptionUnitsType)A floating-point value.
The value’s unit type.