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!
Add the JQTumblrHud.h and JQTumblrHud.m source files to your project.
- Download the latest code version or add the repository as a git submodule to your git-tracked project.
- 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.
- Include JQTumblrHud wherever you need it with #import "JQTumblrHud.h"
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];
JQTumblrHud-高仿Tumblr App 加载指示器hud
JQScrollNumberLabel:仿tumblr热度滚动数字条数
TumblrLikeAnimView-仿Tumblr点赞动画效果
JQMenuPopView-仿Tumblr弹出视图发音频、视频、图片、文字的视图
iOS开发者交流群:446310206 喜欢就❤️❤️❤️star一下吧!你的支持是我更新的动力! Love is every every every star! Your support is my renewed motivation!
This code is distributed under the terms and conditions of the MIT license.