CSHasImageProtocol

public protocol CSHasImageProtocol : AnyObject

Undocumented

  • Undocumented

    Declaration

    Swift

    func image() -> UIImage?
  • image(_:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func image(_ font: UIImage?)
  • image Extension method

    Undocumented

    Declaration

    Swift

    var image: UIImage? { get set }
  • image(template:) Extension method

    Undocumented

    Declaration

    Swift

    @discardableResult
    func image(template image: UIImage) -> Self
  • resizableImage(capInsets:) Extension method

    Undocumented

    Declaration

    Swift

    @discardableResult
    func resizableImage(capInsets insets: UIEdgeInsets) -> Self
  • Undocumented

    Declaration

    Swift

    @discardableResult
    func stretchableImage(leftCapWidth: Int, topCapHeight: Int) -> Self