class DUXLeadingBarViewController
@interface DUXLeadingBarViewController : DUXSideBarViewController
|
Description:
Subclass of DUXSideBarViewController which manages the logic for pre-populating the leading side bar view with widgets similar to DJI Go.
Class Members:
property spotlightSettingsController
@property (readonly, nonatomic, nullable) __kindof DUXSpotlightSettingsViewController *spotlightSettingsController
|
Header: | DUXLeadingBarViewController.h |
Description:
The instance of DUXSpotlightSettingsViewController which is actually shown in the
DUXLeadingBarViewController
.
See Also:
DUXSpotlightSettingsViewController
property speakerSettingsController
@property (readonly, nonatomic, nullable) __kindof DUXSpeakerSettingsViewController *speakerSettingsController
|
Header: | DUXLeadingBarViewController.h |
Description:
The instance of DUXSpeakerSettingsViewController which is actually shown in the
DUXLeadingBarViewController
.
See Also:
DUXSpeakerSettingsViewController