You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix it i have to declare global CWStatusBarNotification * notification; and to instantiate the class only have to do this: notification = [CWStatusBarNotification new];
I guess is the same for swift
This sentence does not work:
self.notification.displayNotificationWithMessage("Hello", completion: nil)
The text was updated successfully, but these errors were encountered: