Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
/IGZLocationPublic archive

CLLocationManager Swift wrapper with multiple closure handlers and delegates allowed, notifications, sequential geofencing, self-authorization and, of course, everything is testable. #InCodeWeTrust

License

NotificationsYou must be signed in to change notification settings

intelygenz/IGZLocation

Repository files navigation

TwitterVersionLicensePlatformCarthage compatibleSwift Package Manager CompatibleBuild Status

CLLocationManager Swift 4 wrapper with multiple closure handlers and delegates allowed, notifications, sequential geofencing, self-authorization and, of course, everything is testable. #InCodeWeTrust

IGZLocation Screenshot

Installation

IGZLocation is available throughCocoaPods. To installit, simply add the following line to your Podfile:

pod"IGZLocation"

For Swift 3 compatibility use:

pod'IGZLocation','~> 1.0'

Or you can install it withCarthage:

github "intelygenz/IGZLocation"

Or install it withSwift Package Manager:

dependencies:[.Package(url:"https://github.com/intelygenz/IGZLocation.git")]

Usage

_=IGZLocation.shared.authorize(.authorizedAlways){ statusin}IGZLocation.shared.requestLocation{ locationin}IGZLocation.shared.startRegionUpdates(region, sequential:true, notify:true,{ region, statein})IGZLocation.shared.startVisitUpdates{ visit, visitingin}IGZLocation.shared.startHeadingUpdates{ headingin}

Etc.

  • Contributions are very welcome.
  • Attribution is appreciated (let's spread the word!), but not mandatory.

Author

alexruperez,alejandro.ruperez@intelygenz.com

License

IGZLocation is available under the MIT license. See the LICENSE file for more info.

About

CLLocationManager Swift wrapper with multiple closure handlers and delegates allowed, notifications, sequential geofencing, self-authorization and, of course, everything is testable. #InCodeWeTrust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp