You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
The DJI UX SDK speeds up development time by providing UI elements for all core functionalities, and by using it in conjunction with the [DJI Mobile SDK](https://developer.dji.com/mobile-sdk/) you can create a customized mobile app to unlock the full potential of your DJI aerial platform. Using the default UX SDK, an application can be created with no additional lines of code; you can also pick and choose which elements you want to use for maximum UI flexibility.
4
4
5
-
With the UX SDK 5.0 version we are introducing an easy way to customize all the UI elements, as well as extend the base classes to build your own custom widgets. For more details, see the [UX SDK 5.0 overview](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/wiki).
5
+
With the UX SDK 5.0 version we are introducing an easy way to customize all the UI elements, as well as extend the base classes to build your own custom widgets. For more details, see the [UX SDK 5.0 overview](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki).
6
6
7
-
Check out our sample app code in this repository with instructions on how to get started [here](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/UXSDKBetaSampleApp).
7
+
Check out our sample app code in this repository with instructions on how to get started [here](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/tree/master/UXSDKBetaSampleApp).
8
8
9
9
## Installation
10
10
11
-
Read the [documentation for installation](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/wiki/Installation) to learn more about including this library in your applications.
11
+
Read the [documentation for installation](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki/Installation) to learn more about including this library in your applications.
12
12
13
13
## Documentation
14
14
15
-
You can find the UX SDK documentation on the [wiki](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/wiki). This includes -
15
+
You can find the UX SDK documentation on the [wiki](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki). This includes -
16
16
* UX SDK 5.0 overview and main concepts
17
17
* Documentation for all the individual widgets and panels
18
18
* Sample app tutorial
@@ -25,11 +25,11 @@ You can also post questions, keep up to date on DJI developer news and contribut
25
25
26
26
## Future Plans
27
27
28
-
We are eager to give you a sneak peek, and are very interested in receiving your feedback and suggestions. Please refer to the wiki or the release notes for the full list of elements that the Beta 4 version makes available.
28
+
We are eager to give you a sneak peek, and are very interested in receiving your feedback and suggestions. Please refer to the wiki or the release notes for the full list of elements that the Beta 4.1 version makes available.
29
29
30
30
Our long-term plan is for this framework to reach feature parity with the UX SDK 4.x release. The core team is currently working on porting the remaining widgets and other APIs to the new architecture and we will open source them in additional future Beta releases as they are completed. We welcome your feedback on the architecture and your ideas for additional widgets, including those not included in prior UX SDK releases, as well as your contributions and PRs for any ***currently open-sourced features***.
31
31
32
32
## License
33
33
34
-
Mobile-UXSDK-Beta-iOS is released under the MIT license. See [LICENSE.txt](https://github.com/dji-sdk/Open-Source-UXSDK-iOS/blob/master/LICENSE) file for more info.
34
+
Mobile-UXSDK-Beta-iOS is released under the MIT license. See [LICENSE.txt](https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/tree/master/LICENSE) file for more info.
0 commit comments