The MAProceduralReportViewControllerFactory class is used to create regular report views and its delegate.
NSObject
MAProceduralReportViewControllerFactory
<NSObject>
createReport:. Creates and initializes a regular report view.
+ (MABaseReportViewController *) createReport: (PPLReport *) proceduralReport
proceduralReport. Regular report.
The method also creates a regular report delegate object and passes it to the created report data view controller.
The example of use is given in the Creating a Regular Report section.
See also:
Classes. The Mobile Application Component