Sunscreen icon indicating copy to clipboard operation
Sunscreen copied to clipboard

Extract location delegate to its own class

Open davidcelis opened this issue 8 years ago • 0 comments

Probably not the best practice to have the StatusMenuController be the CLLocationDelegate. The functionality that grabs the current location to pass to the API should really be in its own class. I could probably just name it something like class CurrentLocation and expose a public instance method called fetch().

davidcelis avatar Feb 15 '16 03:02 davidcelis