Access location variable in another process
Posted
by user295944
on Stack Overflow
See other posts from Stack Overflow
or by user295944
Published on 2010-03-27T21:29:57Z
Indexed on
2010/03/27
21:33 UTC
Read the original article
Hit count: 129
iphone-sdk
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.
© Stack Overflow or respective owner