UIStackView
extension UIStackView
-
Load images with given URL’s to UIImageView’s in the stack view. The URL index from the array will match the UIImageView from the stack view.
Declaration
Swift
public func loadImages(with imageURLs: [URL]) -
Cancel image loading tasks and set the
nilto each image inUIImageViewfrom the stack view. TheisHiddenproperty ofUIImageViewwill be false.Declaration
Swift
public func cancelImagesLoading()
View on GitHub
UIStackView Extension Reference