Show contents 

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

Main File of Source Code

Description: Main file of source code for the given example.

The main.m File

#import "AppDelegate.h"
int main(int argc, char * argv[])
{
    @autoreleasepool {
        return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
    }
}

See also:

Setting Up Legend Parameters