PonyExpress: Type-Safe Notifications in Swift
1 point by adamwulf 2 years ago | 1 comment- adamwulf 2 years agoSwift's `NotificationCenter` leaves the possibility for code-errors with mistyped `userInfo` keys or observer method types. PonyExpress enforces observer method and notification types at compile time.