SwiftMessages
SwiftMessages copied to clipboard
[Feature Idea] UIActivityIndicatorViewStyle in status bar
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:
- Copy StatusLine.xib into your project and rename it to ActivityStatusLine.xib.
- Drop an activity indicator onto the view and add Auto Layout constraints.
let view = SwiftMessages.viewFromNib(named: "ActivityStatusLine")
...
Any news on this? This would be cool 👍
No plans for this at the moment