Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Fixed Swift 3.0 errors #5

Closed
wants to merge 0 commits into from
Closed

Fixed Swift 3.0 errors #5

wants to merge 0 commits into from

Conversation

csr
Copy link

@csr csr commented Sep 25, 2016

Kugel.subscribe("test") returns an error in Swift 3.0: "Cannot convert value of type 'String' to expected argument type 'NSNotification.Name'
Kugel.publish("test") returns an error: "Cannot convert value of type 'String' to expected argument type 'Notification'"

The way Notifications work in the new version of Swift has changed. This pull requests solves those issues.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant