PreviewViewController

public class PreviewViewController : UIViewController

Base preview view controller that describes properties and views of all preview controllers

Preview Properties

  • Snapchat delegate for open requests

    Declaration

    Swift

    public weak var snapchatDelegate: SnapchatDelegate? { get set }
  • Callback when user presses close button and dismisses preview view controller

    Declaration

    Swift

    public var onDismiss: (() -> Void)?

Setup

  • Undocumented

    Declaration

    Swift

    override public func viewDidLoad()