delegate
The delegate object to receive update events.
Declaration
weak var delegate: (any CLLocationManagerDelegate)? { get set }Discussion
In iOS, this property is declared as nonatomic. In macOS, it is declared as atomic.
The delegate object to receive update events.
weak var delegate: (any CLLocationManagerDelegate)? { get set }In iOS, this property is declared as nonatomic. In macOS, it is declared as atomic.