Show contents 

Mobile Application > iOS Components > Examples of Component Use > The 2D Map Component > Setting Up Legend Parameters > Legend_Prefix.pch

Common Title

Description: the title included into all source code files.

The Legend_Prefix.pch File

#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
    #import <QuartzCore/QuartzCore.h>
#endif
#define ADAPTIVE_POPOVER_WIDTH 320

See also:

Setting Up Legend Parameters