UIImageView
public extension UIImageView
ImageView+Animation provides a shortcut for creating animations using an image view
Date
17/08/2019Version
1.5.0-
Set a set of images.
Declaration
Swift
func setImages(withPattern pattern: String, fromIndex startIndex: Int = 0, toIndex endIndex: Int)Parameters
patternThe pattern of the image.
startIndexThe start index of the image set. Default is 0.
endIndexThe end index of the image set.
-
Calculate the real frame if the image within the UIImageView.
Declaration
Swift
var imageFrame: CGRect? { get }
UIImageView Extension Reference