Skip to content

bingxue314159/TYGPlaceHolderImage

Repository files navigation

TYGPlaceholderHelper

借鉴DRImagePlaceholderHelper写的一个placeholderImage工具
使用TYGPlaceholderHelper能让你较方便的生成等待图片,如下:

使用方法

首先,得引用头文件

	#import "TYGPlaceholderHelper.h"

获取一个placeholder image:(100x100)

	UIImage *placeholderImage = [[TYGPlaceholderHelper sharedInstance] placeholderImageWithSize:CGSizeMake(100,100)];

或者 fill a UIImageView

	[imageView fillWithPlaceholderImage]; 

也有选项来定制填充颜色和文本内部的图像,可以看看示例项目以获取更多信息。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published