Access location variable in another process
- by user295944
I have a locationmanager in my main program which is called HomeViewController which I get the latitude and longitude and store them in LAT and LON. I can use LAT and LON in HomeViewController just fine. Once I go to another controller which is sending pictures and setting properties on flicker I want to use LAT and LON, how do I do this? I tried putting
HomeViewController.LAT
but obviously that does not work, I'm pretty new to the language so I am confused.