Skip to content

Separate CLLocationManager object and delegate from individual scenes #8

@Aramist

Description

@Aramist

Currently each scene that requests the user's location does so by extending itself as a CLLocationManagerDelegate and managing its own CLLocationManager object, which requires the scene to:

  1. independently request the user's location, even if another scene has already done so in the application's lifetime
  2. re-request the location if the view controller is deallocated and later reallocated (as is the case when doing lots of navigation in the app)
    Requesting the user's location takes up to 10 seconds sometimes, so it should ideally be done only once

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions