image
The image to display on the button.
Declaration
var image: UIImage? { get set }Discussion
This property doesn’t support animated images. If it’s set with an animated image, the button displays the first image in the animated sequence.
The image to display on the button.
var image: UIImage? { get set }This property doesn’t support animated images. If it’s set with an animated image, the button displays the first image in the animated sequence.