SASReportViewController

public protocol SASReportViewController : class

SASReportViewController protocol. Swift does not allow return types of a specialized class, and we cannot return a UIViewController. Therefore we return a SASReportViewController protocol. This protocol provides an instance of UIViewController that you can add to your App’s user interface.

Since

since 8.22
  • The UIViewController for this report.

    Since

    since 8.22

    Declaration

    Swift

    var viewController : UIViewController