BTNImage Class Reference

Inherits from BTNModelObject
Declared in BTNImage.h

Overview

BTNImage objects represent an image and how it should be rendered.

  URL

The URL of an image to be retrieved.

@property (nullable, nonatomic, copy, readonly) NSURL *URL

Discussion

The URL of an image to be retrieved.

Declared In

BTNImage.h

  fillMode

The fill mode of an image (aspect fit or aspect fill).

@property (nonatomic, assign, readonly) UIViewContentMode fillMode

Discussion

The fill mode of an image (aspect fit or aspect fill).

Declared In

BTNImage.h

  altText

Alternative text for the image.

@property (nullable, nonatomic, copy, readonly) BTNText *altText

Discussion

Alternative text for the image.

Declared In

BTNImage.h