SwiftNotificationCenter icon indicating copy to clipboard operation
SwiftNotificationCenter copied to clipboard

A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety

Results 4 SwiftNotificationCenter issues
Sort by recently updated
recently updated
newest added

运行的时候, 注销的时候也会崩溃,之前好像不会的

I would like to offer you to add an execution queue parameter to register functions. It will be really useful when SwiftNotificationCenter is using for UI changing.

Random crashes when app run in xcode10 debug mode, always break in same place. ` mutating func add(_ object: T){` ` self.objects.formUnion([WeakObject(object)])` ` }` Error is `Thread 13: Fatal error:...

Plan to support watchOS?