ImagePreviewViewController
public class ImagePreviewViewController : PreviewViewController
Preview view controller for showing captured photos and images
-
UIImage to display
Declaration
Swift
public let image: UIImage
-
Designated init to pass in required deps
Declaration
Swift
public init(image: UIImage)
Parameters
image
UIImage to display
-
Undocumented
Declaration
Swift
public override func viewDidLoad()