Contents

imageWithoutBaseline()

Creates a copy of the current image object without any baseline information.

Declaration

func imageWithoutBaseline() -> UIImage

Return Value

A new image object based on the current image but without baseline information.

Discussion

Use this method to remove baseline information that might be interfering with the layout of the image.

See Also

Changing the image attributes