dji-sdk / Mobile-UXSDK-iOS

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.
Other
72 stars 40 forks source link

DUXExposureSettingsMenu is not working #47

Open SergijNYS opened 6 years ago

SergijNYS commented 6 years ago

DUXExposureSettingsMenu is not working

  1. DUXExposureSettingsMenu widget is not working as a standalone widget when adding it from the code (addWidget()) or interface builder.
  2. iOS UXSDK 4.6
  3. DJI Phantom 4
  4. It's not working on the ios versions starting from the ios 10 (this is what we tried)
  5. We are testing this on iPhone 6s
  6. Xcode 9.4.1
  7. We tried to check the functionality of this widget in the provided sample code - UXSDKDemo, but that widget is only working when using the DUXDefaultLayoutViewController and not as the standalone widget added in the interface builder or in the code.