KKImageInfo

@interface KKImageInfo : KKBOXOpenAPIObject

The object represents information about an image.

  • Width of the image.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) CGFloat width;

    Swift

    var width: CGFloat { get }
  • Height of the image.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) CGFloat height;

    Swift

    var height: CGFloat { get }
  • URL of the image.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic, nullable) NSURL *imageURL;

    Swift

    var imageURL: URL? { get }