ImagePreviewViewController

public class ImagePreviewViewController : PreviewViewController

Preview view controller for showing captured photos and images

Properties

  • UIImage to display

    Declaration

    Swift

    public let image: UIImage

Init

  • Designated init to pass in required deps

    Declaration

    Swift

    public init(image: UIImage)

    Parameters

    image

    UIImage to display

  • Undocumented

    Declaration

    Swift

    override public func viewDidLoad()

Action Overrides

  • Undocumented

    Declaration

    Swift

    override public func openSnapchatPressed(_ sender: UIButton)
  • Undocumented

    Declaration

    Swift

    override public func sharePreviewPressed(_ sender: UIButton)
  • Undocumented

    Declaration

    Swift

    override public func savePreviewPressed(_ sender: UIButton)