RVS_BTDriver_iOS_Test_Harness_Base_ViewController
class RVS_BTDriver_iOS_Test_Harness_Base_ViewController : UIViewController
This is a common base class for our navigation-managed view controllers.
-
Simple cast of our navigation controller to the proper class.
Declaration
Swift
var mainNavController: RVS_BTDriver_iOS_Test_Harness_NavigationController! { get }
-
Simply puts up an alert, with the given error’s
localizedDescription, localized, as the message.Declaration
Swift
internal func reportError(_ inError: Error)Parameters
inErrorThe error to be displayed.
View on GitHub
RVS_BTDriver_iOS_Test_Harness_Base_ViewController Class Reference