SwiftEventBus
SwiftEventBus copied to clipboard
A publish/subscribe EventBus optimized for iOS
When i call postToMainThread or simple post onMainThread is calling many times . triggering count is not predictable .
I have installed SwiftEventBus in my project using Carthage and it shows me this error while running my project. I used Xcode 12.5.1 and 13 beta. * Xcode 12.5.1: Module...
Can you please update the podspec to 5.1.0? Since I am using a podspec myself I can only reference a version, not a tag. Thanks
I think this will be great if have a `isRegisterd` method to prevent registering for an instance multiple times.
Hi. I'm on Xcode 12 + Swift 5 Adding this line to my Podfile `pod 'SwiftEventBus', :tag => '5.1.0', :git => 'https://github.com/cesarferreira/SwiftEventBus.git'` downloads 5.0.0 instead of 5.1.0. ``` Update all...
Static.instance.cache is not clearing automatically unless unregister the target
My project is macOs, but I have no effect on it. Can I support it
The last update was 2 years ago