I have created NSMutale Array in \"HeroListViewController\". I want use it in another viewController which is MapTutorialViewController. I
This would only work if you create and fill the mutable array in the init method.
You should look into delegation and/or notification.