Patrick Sturm

1pod

SwiftySignals

SwiftySignals provides a simple API to send and react to application messages. There are three concept involved: Signals, Messages and Slots. Signals are senders of messages (arbitrary type). Slots receive messages in the first place and hand them over to a connected user defined function. The concept can be considered as a specific implementation of the observer pattern.

License: MIT

  • Swift