ListItem Base Widgets - dji-sdk/Mobile-UXSDK-Beta-iOS GitHub Wiki
Most of the list item widgets follow similar UI traits. To provide ease of implementation and uniform behavior, a set of abstract classes is used to build the list item widgets. These are classified as list item base widgets.
This widget defines the UI elements that each list item should have.
The UI elements can be customized to match the style of the user's application. The customizations can be done programmatically using the APIs.
List of the customization APIs
-
var listItemTitle: String?
- The list item title string.
This widget has been further expanded into: