SASReportViewController
@objc
public protocol SASReportViewController : NSObjectProtocol
SASReportViewController protocol.
Swift does not allow return types of a specialized class, and it cannot return
a UIViewController
Since
since 8.22-
The UIViewController for this report.
Since
since 8.22Declaration
Swift
var viewController: UIViewController { get }
-
The delegate for this controller.
Since
since 2023.3.0Declaration
Swift
var delegate: SASReportViewControllerDelegate? { get set }
-
Hides or shows the tray component.
Since
since 8.33Declaration
Swift
var isTrayEnabled: Bool { get set }
-
Current page’s title in this report
Since
since 2023.3.0Declaration
Swift
var currentPageTitle: String { get }
-
Returns the UIViewController for the pages in this report.
Since
since 2023.3.0Declaration
Swift
func getTableOfContentsViewController() -> UIViewController
-
Go to Page number index
Since
since 2023.3.0Declaration
Swift
func navigateToPage(index: Int)
-
Current page’s screenshot in this report
Since
since 2023.3.0Declaration
Swift
var currentPageScreenshot: UIImage? { get }