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:

  1. Open the MicroStrategyMobile project in Xcode.  

  2. ClosedAdd MSTRCustomizations.plist to the MicroStrategyMobile -> Customfolder, if it has not already been added.

    MSTRCustomizations.plist is not included in the out-of-the-box MicroStrategyMobile Xcode project. It must be added manually as follows:

    1. Expand MicroStrategyMobile, right-click Custom, and choose Add Files to "MicroStrategyMobile".  
    2. Select MSTRCustomizations.plist.  

    3. Under Add to targets, select the check box for MicroStrategyMobileIPad, MicroStrategyMobileIPhone, or both.  
    4. Click Add.
  3. 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