Classes

The following classes are available globally.

  • Main Presentr class. This is the point of entry for using the framework.

    See more

    Declaration

    Swift

    public class Presentr: NSObject
  • Describes each action that is going to be shown in the ‘AlertViewController’

    See more

    Declaration

    Swift

    public class AlertAction
  • UIViewController subclass that displays the alert

    See more

    Declaration

    Swift

    public class AlertViewController: UIViewController