Prototyper

public enum Prototyper

Main class of the framework

  • This static function is used to initialize the prototyper framework with a suitable PrototyperSettings object

    Declaration

    Swift

    public static func configure(_ settings: PrototyperSettings)

    Parameters

    settings

    Struct that contains information about the configuration of the prototyper framework

  • Presents the FeedbackView as a UIHostingController

    Declaration

    Swift

    public static func showFeedbackView()

Constants

  • Hides the Feedback bubble from the View and shows an alert after hiding the feedback bubble.

    Declaration

    Swift

    public static func hideFeedbackButton()
  • Presents the ShareView as a UIHostingController.

    Declaration

    Swift

    public static func showShareApp()