Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Idea] UIActivityIndicatorViewStyle in status bar #33

Open
allaire opened this issue Nov 4, 2016 · 3 comments
Open

[Feature Idea] UIActivityIndicatorViewStyle in status bar #33

allaire opened this issue Nov 4, 2016 · 3 comments

Comments

@allaire
Copy link
Contributor

allaire commented Nov 4, 2016

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

@wtmoose
Copy link
Member

wtmoose commented Nov 4, 2016

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")
...

@RSickenberg
Copy link

Any news on this? This would be cool 👍

@wtmoose
Copy link
Member

wtmoose commented Oct 12, 2020

No plans for this at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants