Name
extension Notification.Name
-
User info: [“selection”: “identifier” as String]
Declaration
Swift
public static let TKUIMapManagerSelectionChanged: Notification.Name
-
Generic notification about something being updated with real-time data.
When observing this, you’ll want to make sure or at least check that the notification fired for an object you care about, as there might be a lot of these notifications.
This fires on the main thread, i.e., the view context.
Declaration
Swift
public static let TKUIUpdatedRealTimeData: Notification.Name