Skip to content

xiaohange/JQTumblrHud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JQTumblrHud

JQTumblrHud 是进度透明指示层,可以指定大小、颜色。高仿 Tumblr App 加载指示器hud,使用方便!

JQTumblrHud is the progress transparent indicator layer, you can specify the size, color. High imitation Tumblr App loading indicator HUD, easy to use!

高仿tumblr中的应用效果

Instalation

Add the JQTumblrHud.h and JQTumblrHud.m source files to your project.

  1. Download the latest code version or add the repository as a git submodule to your git-tracked project.
  2. Open your project in Xcode, then drag and drop JQTumblrHud.h and JQTumblrHud.m onto your project (use the "Product Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project.
  3. Include JQTumblrHud wherever you need it with #import "JQTumblrHud.h"

Usage

JQTumblrHud *tumblrHUD = [[JQTumblrHud alloc]initWithFrame:CGRectMake((CGFloat) ((self.view.frame.size.width - 55) * 0.5),(CGFloat) ((self.view.frame.size.height - 20) * 0.5), 55, 20)];

tumblrHUD.hudColor = [UIColor lightGrayColor];

[self.view addSubview:tumblrHUD];

[tumblrHUD showAnimated:YES];

Other

JQTumblrHud-高仿Tumblr App 加载指示器hud

JQScrollNumberLabel:仿tumblr热度滚动数字条数

TumblrLikeAnimView-仿Tumblr点赞动画效果

JQMenuPopView-仿Tumblr弹出视图发音频、视频、图片、文字的视图

Star

iOS开发者交流群:446310206 喜欢就❤️❤️❤️star一下吧!你的支持是我更新的动力! Love is every every every star! Your support is my renewed motivation!

License

This code is distributed under the terms and conditions of the MIT license.

About

JQTumblrHud 是进度透明指示层,✨📄✨📄✨可以指定大小、颜色。高仿 Tumblr App 加载指示器hud,使用方便!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published