UIImageView
-
Sets the image from the given photo in the specified size.
Declaration
Swift
func setImage(from photo: UNPhoto, inSize size: UNPhotoImageSize)
Parameters
photo
The photo that represents the image to be set.
size
The size of the image.
-
Declaration
Swift
public func clientDidCompleteExclusiveImageRequest(for photo: UNPhoto, in size: UNPhotoImageSize, dataImage: Data?, error: UNError?)