M13ProgressSuite

简介:

M13ProgressSuite

 

https://github.com/Marxon13/M13ProgressSuite

 

A set of classes used to display progress information to users on iOS.

这是一系列进度信息显示效果的类.

 

Includes:

  • A interchangeable set of progress view of diffrent styles. All the progress views are based on the same superclass, allowing any of them to be switched with any other easily. 这是一个具有不同风格的进度条显示效果的view,所有子类都是继承至一个父类,允许他们彼此之间随意替换
  • A progress bar for UINavigationBar that works like Apple's Messages app. It also has the added feature of having an indeterminate style. 一个用于UINavigationBar的进度条,像Apple Messages的app的效果.
  • A HUD overlay that works over any UIView. Uses the M13ProgressView class to allow easy customizablility of the progress view. 这个HUD可以加载在任何view上面,使用M13ProgressView进行定制是很easy的一件事情.
  • A progress view that is styled like terminal. 类似于终端的进度条效果.
  • Complete documentation of each class. 每一个类都有详细的文档说明.

 

UINavigationController (M13ProgressViewBar)

Adds a progress bar to the UINavigationController's UINavigationBar. The progress bar is controlled through the UINavigationController.

将一个进度条信息添加到UINavigationController上面的UINavigationBar,这个进度条完全由UINavigationController所控制.

 

 

 

M13ProgressHUD

A customizable HUD that displays progress, and status information to the user. It uses the M13ProgressView class to allow easy changing of the progress view style.

一个定制的HUD用以显示进度效果,以及状态更改信息.使用M13ProgressView可以很方便的修改进度条的状态.

 

M13ProgressConsole

A progress view styled like Terminal on OS X.

类似于OS X的终端进度条效果.

 

M13ProgressViews

A set of progess view based off of the same superclass. Allowing easy switching between progress view. Each progress view has success and failure actions, an indeterminate mode, and appearance customization features.

一系列的进度条效果,都是继承于同一个父类.不同的进度条之间切换效果很容易.每一种进度条效果都有一个成功与失败的动作,以及一个中间状态,你还可以整体的定制它们的样式.

 

Known Bugs:

  • When the HUD is set to apply the iOS 7 style blur to the HUD background, it doesn't work. The screenshot of the superview is not taken in the proper CGRect. It seems to work when the mask type is set to iOS 7 Blur, I beleive it is because the CGRectOrigin is {0, 0}.
目录
相关文章
|
算法
svd,BD,ZF,SLNR,MMSE线性预编码性能对比MATLAB仿真
svd,BD,ZF,SLNR,MMSE线性预编码性能对比MATLAB仿真
386 0
svd,BD,ZF,SLNR,MMSE线性预编码性能对比MATLAB仿真
|
机器学习/深度学习 算法 数据挖掘
经典机器学习系列(四)【神经网络详解】
经典机器学习系列(四)【神经网络详解】
195 0
|
Oracle 关系型数据库 数据安全/隐私保护
|
3天前
|
人工智能 自然语言处理 Shell
深度评测 | 仅用3分钟,百炼调用满血版 Deepseek-r1 API,百万Token免费用,简直不要太爽。
仅用3分钟,百炼调用满血版Deepseek-r1 API,享受百万免费Token。阿里云提供零门槛、快速部署的解决方案,支持云控制台和Cloud Shell两种方式,操作简便。Deepseek-r1满血版在推理能力上表现出色,尤其擅长数学、代码和自然语言处理任务,使用过程中无卡顿,体验丝滑。结合Chatbox工具,用户可轻松掌控模型,提升工作效率。阿里云大模型服务平台百炼不仅速度快,还确保数据安全,值得信赖。
143379 24
深度评测 | 仅用3分钟,百炼调用满血版 Deepseek-r1 API,百万Token免费用,简直不要太爽。
|
5天前
|
人工智能 API 网络安全
用DeepSeek,就在阿里云!四种方式助您快速使用 DeepSeek-R1 满血版!更有内部实战指导!
DeepSeek自发布以来,凭借卓越的技术性能和开源策略迅速吸引了全球关注。DeepSeek-R1作为系列中的佼佼者,在多个基准测试中超越现有顶尖模型,展现了强大的推理能力。然而,由于其爆火及受到黑客攻击,官网使用受限,影响用户体验。为解决这一问题,阿里云提供了多种解决方案。
16590 37
|
13天前
|
机器学习/深度学习 人工智能 自然语言处理
PAI Model Gallery 支持云上一键部署 DeepSeek-V3、DeepSeek-R1 系列模型
DeepSeek 系列模型以其卓越性能在全球范围内备受瞩目,多次评测中表现优异,性能接近甚至超越国际顶尖闭源模型(如OpenAI的GPT-4、Claude-3.5-Sonnet等)。企业用户和开发者可使用 PAI 平台一键部署 DeepSeek 系列模型,实现 DeepSeek 系列模型与现有业务的高效融合。
|
5天前
|
并行计算 PyTorch 算法框架/工具
本地部署DeepSeek模型
要在本地部署DeepSeek模型,需准备Linux(推荐Ubuntu 20.04+)或兼容的Windows/macOS环境,配备NVIDIA GPU(建议RTX 3060+)。安装Python 3.8+、PyTorch/TensorFlow等依赖,并通过官方渠道下载模型文件。配置模型后,编写推理脚本进行测试,可选使用FastAPI服务化部署或Docker容器化。注意资源监控和许可协议。
1293 8

热门文章

最新文章