Type-Safe NotificationCenter on iOS 26+
Jun 12, 2025 ยท 2 min read ยท Why Move Beyond Notification.Name + userInfo? Before iOS 26, posting and observing notifications always meant stringly-typed names and untyped dictionaries: extension Notification.Name { static let userDidLogin = .init("UserDidLogin") } // Posting...
Join discussion


