The default VC base class for the container is NXDefaultViewController. If you need to customize the VC class for custom development, you can perform the steps below:
The VC base class to customize must inherit
NXDefaultViewController.
In the
- (void)application:(UIApplication )application afterDidFinishLaunchingWithOptions:(NSDictionary )launchOptionsofDTFrameworkInterface, set the base class of the container.Sample code:
[MPNebulaAdapterInterfaceshareInstance].nebulaVeiwControllerClass = NSClassFromString(@"HXH5WebViewController");
该文章对您有帮助吗?