Swiftmessages: [Feature Idea] UIActivityIndicatorViewStyle in status bar

Created on 4 Nov 2016  路  3Comments  路  Source: SwiftKickMobile/SwiftMessages

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

enhancement

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:

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

All 3 comments

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

Any news on this? This would be cool 馃憤

No plans for this at the moment

Was this page helpful?
0 / 5 - 0 ratings

Related issues

H-Ghadirian picture H-Ghadirian  路  6Comments

CallMeSH picture CallMeSH  路  4Comments

OsmarMtz picture OsmarMtz  路  7Comments

chamitha picture chamitha  路  6Comments

andrey-zelenin picture andrey-zelenin  路  4Comments