Hi,
Love the lib and all the new stuff that get merged.
Currently in my app I still have JDStatusBarNotification because of this: https://github.com/calimarkus/JDStatusBarNotification#showing-activity
Would that be easy (and wanted) to add to SwiftMessages (since there's already a tiny status bar alert)?
Glad you find SwiftMessages useful and thanks for the suggestion. I'm always on the lookout for cool designs to add. I'll take a look at this one. The progress indicator ones look interesting too.
In the meantime, have you tried creating it yourself? It should be extremely easy:
let view = SwiftMessages.viewFromNib(named: "ActivityStatusLine")
...
Any news on this? This would be cool 馃憤
No plans for this at the moment
Most helpful comment
Glad you find SwiftMessages useful and thanks for the suggestion. I'm always on the lookout for cool designs to add. I'll take a look at this one. The progress indicator ones look interesting too.
In the meantime, have you tried creating it yourself? It should be extremely easy: