-
The attributed title of the image that will be displayed in the photo’s
overlay.Declaration
Swift
var attributedTitle: NSAttributedString? -
The attributed description of the image that will be displayed in the photo’s
overlay.Declaration
Swift
var attributedDescription: NSAttributedString? -
The attributed credit of the image that will be displayed in the photo’s
overlay.Declaration
Swift
var attributedCredit: NSAttributedString? -
The image data. If this value is present, it will be prioritized over
image. Provide animated GIF data to this property.Declaration
Swift
var imageData: Data? -
The image to be displayed. If this value is present, it will be prioritized over
URL.Declaration
Swift
var image: UIImage? -
The URL of the image. If present, this value will be passed to a
NetworkIntegrationto be downloaded.Declaration
Swift
var url: URL?
View on GitHub
AXPhoto Class Reference