I am have one class named country , it has three NSMutableArray country_name, latitude and longitude. i need the object of country class in whole application. So how to declare country class object as global object?
I am have one class named country , it has three NSMutableArray country_name, latitude
Share
You can see this tutorial:
Creating a global object in objective-C