lastBaselineOffsetFromBottom
The distance (in points) between the bottom of the view’s alignment rectangle and its bottommost baseline.
Declaration
var lastBaselineOffsetFromBottom: CGFloat { get }Discussion
The default value of this property is 0. For views that contain text or other content whose layout benefits from having a custom baseline, you can override this property and provide the correct distance between the bottom of the view’s alignment rectangle and the baseline of the bottom row of text.