SpinnerBotRS 0.1.2

SpinnerBotRS 0.1.2

Raj Salla维护。



SpinnerBotRS

CI Status Version License Platform

安装

SpinnerBotRS 通过 CocoaPods 提供。要安装它,只需将以下行添加到Podfile中

pod 'SpinnerBotRS'

使用

在需要的地方使用此导入语句

import SpinnerBotRS

将以下行添加到要显示Spinner的特定视图中

let sv = UIViewController.displaySpinner(onView: self.view)

要移除显示的Spinner

  UIViewController.removeSpinner(spinner: sv)

就这样。

示例

要运行示例项目,先克隆仓库,然后在示例目录中运行pod install

作者

Raj Salla, [email protected]

许可证

SpinnerBotRS 采用 MIT 许可证。更多信息请参阅 LICENSE 文件。