文件名称:SteppedProgressBar:这是一个分步式进度栏,可帮助您向用户显示步骤
文件大小:42KB
文件格式:ZIP
更新时间:2024-04-15 23:45:12
Swift
SteppedProgressBar 这是一个步进式进度条,以一种更好的方式优雅地显示了一系列事件中的步骤,特别感谢和的灵感/解决方案,但是它们的可定制性不足,有时无法满足我的需求,因此我决定采用借此机会了解框架开发和cocoapods,并将其发布。 例子 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 安装 可通过使用 。 要安装它,只需将以下行添加到您的Podfile中: pod "SteppedProgressBar" 作者 Arvin Alizadeh, 执照 根据MIT许可,可以使用SteppedProgressBar。 有关更多信息,请参见LICENSE文件。
【文件预览】:
SteppedProgressBar-master
----.travis.yml(600B)
----SteppedProgressBar.podspec(722B)
----.slather.yml(163B)
----Example()
--------ViewController.swift(1KB)
--------Assets.xcassets()
--------Base.lproj()
--------AppDelegate.swift(1KB)
--------Info.plist(2KB)
--------SceneDelegate.swift(2KB)
----LICENSE(1KB)
----SteppedProgressBarTests()
--------SteppedProgressBarTests.swift(2KB)
--------Info.plist(727B)
----SteppedProgressBar.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(26KB)
--------xcuserdata()
--------xcshareddata()
----Screen Shot 2020-02-24 at 10.35.06 PM.png(19KB)
----SteppedProgressBar()
--------SteppedProgressBarSettings.swift(2KB)
--------SteppedProgressBarTextLocation.swift(266B)
--------SteppedProgressBar.swift(8KB)
--------SteppedProgressBarDelegate.swift(830B)
--------SteppedProgressBar.h(553B)
--------Info.plist(752B)
--------Extensions.swift(1KB)
----README.md(1KB)