Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add combine location manager extension #1

Merged
merged 6 commits into from May 5, 2021

Conversation

gtokman
Copy link
Owner

@gtokman gtokman commented May 4, 2021

Summary

  • add core location manager authorization publisher

    CLLocationManager.requestLocationAuthorization(type: .always)
        .sink { status in
            print(status)
        }.store(in: &cancellables)

@gtokman gtokman force-pushed the feat/core-location-extensions branch from 941e3bd to fe06db7 Compare May 5, 2021 03:41
@gtokman gtokman merged commit 433e0d0 into main May 5, 2021
@gtokman gtokman deleted the feat/core-location-extensions branch May 5, 2021 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant