Skip to content

ALittle-Eve/Location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Location location for iOS ##Steps:

  • import"Location.h" in your class.
  • Set your instance variable as global variable.(In case that your object being destoryed by the ARC) e.g. @property Location * location;
  • Then : [location beginLocate];
  • You can modify the default notification name in the class if you have your defined a notification of your own.The default notification name I set in this class is 'updateCurrentCityNotification'.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published