DJI Mobile SDK Documentation

      class DUXDockViewController

      @interface DUXDockViewController : DUXWidgetCollectionViewController
      Header:DUXDockViewController.h
      Inherits From:DUXWidgetCollectionViewController
      Description:

      DUXDockViewController manages the logic for pre-populating the DUXDockView with widgets similar to DJI Go.

      Class Members:
      property
      property dockView
      @property (readonly, nullable, nonatomic) __kindof DUXDockView *dockView
      Header:DUXDockViewController.h
      Description:

      The instance of DUXDockView which is actually shown in the DUXDefaultLayoutView.

      See Also:

      DUXDockView

      property dashboardWidget
      @property (readonly, nullable, nonatomic) IBOutlet __kindof DUXDashboardWidget *dashboardWidget
      Header:DUXDockViewController.h
      Description:

      The instance of DUXDashboardWidget which is actually shown in the DUXDefaultLayoutView.

      See Also:

      DUXDashboardWidget