SwiftMessages icon indicating copy to clipboard operation
SwiftMessages copied to clipboard

[Feature Idea] UIActivityIndicatorViewStyle in status bar

Open allaire opened this issue 8 years ago • 3 comments

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)?

allaire avatar Nov 04 '16 13:11 allaire

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:

  1. Copy StatusLine.xib into your project and rename it to ActivityStatusLine.xib.
  2. Drop an activity indicator onto the view and add Auto Layout constraints.
let view = SwiftMessages.viewFromNib(named: "ActivityStatusLine")
...

wtmoose avatar Nov 04 '16 14:11 wtmoose

Any news on this? This would be cool 👍

RSickenberg avatar Oct 12 '20 13:10 RSickenberg

No plans for this at the moment

wtmoose avatar Oct 12 '20 14:10 wtmoose