OfflineBar 0.1.5

OfflineBar 0.1.5

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Teruto Yamasaki.



OfflineBar

In facebook or slack of ios app, offline display bar similar to the one that is displayed.

OfflineBar

Requirements

  • Swift 3.0
  • iOS 8.0+
  • Xcode 8

Usage

private var offlineBar: OfflineBar!

override func viewDidLoad() {
super.viewDidLoad()

self.offlineBar = OfflineBar(addedTo: self, style: .reload) // like Slack
}

or

self.offlineBar = OfflineBar(addedTo: self, style: .close) // like Facebook
See also:

Author

Teruto Yamasaki, [email protected]

License

The MIT License (MIT) See the LICENSE file for more info.