MicroStrategy ONE
Customize the MicroStrategy Navigation Bar in iOS
You can change the color, background image, title, and title image of the MicroStrategy navigation bar for your application,
To customize the navigation bar:
-
Open the MicroStrategyMobile project in Xcode.
-
Add MSTRCustomizations.plist to the MicroStrategyMobile -> Customfolder, if it has not already been added.
-
Double-click MSTRCustomizations.plist. On the popup properties editor, right-click Root and choose Add Row. Add the following keys, which customize the navigation bar in various ways.
Key | Description | Values |
---|---|---|
navBarTint |
Hexadecimal value for the color of the navigation bar. |
For example, 4D7878 |
navBarBackgroundImage |
Image file used as the background image for the navigation bar. |
For example, greenbackground.png |
navBarTitle
|
Text used as the title in the navigation bar. |
For example, Club Generic |
navBarTitleImage
|
Image file used as the title image for the navigation bar. |
For example, logo.png
|