as written in the subject i can't find a way to pass a CLLocation
data from the initial view controller to the last view controller.
My app has a 4 view controller (A-B-C-D).
In the initial view controller (A) I get the position that is stored in CLLocation *currentLocation.
The D view controller must return a list based on the location stored in the view controller A currentLocation
.
How do I get it?
I tried with the NotificationCenter but it doesn't work. Can someone help me?