PonyExpress: Type-Safe Notifications in Swift
1–2 of 2 posts
Re: PonyExpress: Type-Safe Notifications in Swift
#2Swift'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.