0% found this document useful (0 votes)
28 views1 page

Notification Additions

This document defines several new notification names as extensions of the Notification.Name type in Swift. The new notification names include DidUpdateLocation, DidChangeAuthorizationStatus, DidFailWithError, LineColorChanged, AnimationDidStop, and AnimationDidStart to support notifications around location updates, authorization status changes, errors, line color changes, and animation start/stop events.

Uploaded by

istv4n
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

Notification Additions

This document defines several new notification names as extensions of the Notification.Name type in Swift. The new notification names include DidUpdateLocation, DidChangeAuthorizationStatus, DidFailWithError, LineColorChanged, AnimationDidStop, and AnimationDidStart to support notifications around location updates, authorization status changes, errors, line color changes, and animation start/stop events.

Uploaded by

istv4n
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

//

// Notification+Additions.swift
// Run&Draw
//
// Created by Adrian Pop on 11/21/18.
// Copyright © 2018 silvia.cret. All rights reserved.
//

import Foundation

extension Notification.Name {

static let DidUpdateLocation = Notification.Name(rawValue: "DidUpdateLocation")


static let DidChangeAuthorizationStatus = Notification.Name(rawValue:
"DidChangeAuthorizationStatus")
static let DidFailWithError = Notification.Name(rawValue: "DidFailWithError")
static let LineColorChanged = Notification.Name(rawValue: "LineColorChanged")
static let AnimationDidStop = Notification.Name(rawValue: "AnimationDidStop")
static let AnimationDidStart = Notification.Name(rawValue: "AnimationDidStart")
}

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy