Displaying overridden configuration
Last updated
Last updated
It is useful to display the currently applied overridden configuration in your app. We suggest you display this on your app's home screen.
The provided (Swift, Objective-C), (Dart) or (Kotlin or Java) displays overridden configuration drawn in a vertical orientation attached to the left hand side of the screen as follows:
You can add the to your view controller in a viewDidLoad
like this:
If APLConfigurationLabel
is not sufficient for your needs, you can create your own label as follows:
Swift example
Make the body
of your page a , and set it's child
to the original body
:
Kotlin example
Java example
Dart example