UIImageDeprecated extension

UIImageDeprecated

on

Properties

leftCapWidth int

Available on UIImage, provided by the UIImageDeprecated extension

default is 0. if non-zero, horiz. stretchable. right cap is calculated as width - leftCapWidth - 1
no setter
topCapHeight int

Available on UIImage, provided by the UIImageDeprecated extension

default is 0. if non-zero, vert. stretchable. bottom cap is calculated as height - topCapWidth - 1
no setter

Methods

stretchableImageWithLeftCapWidth_topCapHeight_(int leftCapWidth, int topCapHeight) UIImage

Available on UIImage, provided by the UIImageDeprecated extension

use resizableImageWithCapInsets: and capInsets.