文件名称:MKProgress:简单的Swift Progress HUD
文件大小:480KB
文件格式:ZIP
更新时间:2024-06-03 18:33:36
swift progress-bar hud ios-swift swift3
MK进度 iOS简单Swift Progress HUD 要求 iOS 9.0以上 迅捷3.0+ Xcode 8.0+ 安装 MKProgress仅可通过: pod 'MKProgress' , '~> 1.2.0' 如果要使用MKProgress的最新功能,请使用常规的外部源依赖项。 pod 'MKProgress' , :git => 'https://github.com/kamirana4/MKProgress.git' 每当您执行“ pod安装”时,这将拉出最新的master分支 对于Xcode 9.4.1或Swift <4.2 pod 'MKProgress' , '1.0.7' 用法 随附的示例代码显示了如何使用Progress HUD。 导入MKProgress: import MKProgress 显示进度HUD: MKProgress. show (
【文件预览】:
MKProgress-master
----MKProgress.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(15KB)
--------xcuserdata()
----Images()
--------5.gif(26KB)
--------2.gif(55KB)
--------1.gif(51KB)
--------6.gif(313KB)
--------4.gif(19KB)
----LICENSE(1KB)
----MKProgressExample()
--------MKProgressExample()
--------MKProgressExample.xcodeproj()
----MKProgress()
--------MKProgress.swift(5KB)
--------MKProgressViewController.swift(4KB)
--------MKProgressBaseView.swift(3KB)
--------MKProgressBackgroundView.swift(543B)
--------MKActivityIndicatorView.swift(1KB)
--------MKLayerAnimationPersistence.swift(2KB)
--------MKProgress.h(510B)
--------CALayer+Extension.swift(1KB)
--------MKConfig.swift(3KB)
--------Info.plist(753B)
--------MKRotationView.swift(3KB)
----.gitignore(241B)
----README.md(2KB)
----MKProgress.podspec(929B)