Skip to content

wuyuedefeng/OC-NetworkImageSize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OC-NetworkImageSize

拓展分类 UIImage+UIImage_itdCategory.h

#import <UIKit/UIKit.h>

typedef void(^ImageSizeBlock)(CGSize size);

@interface UIImage (itdCategory)

+ (void)itd_sizeOfImageWithUrlStr:(NSString *)imgUrlStr sizeGetDo:(ImageSizeBlock)doBlock;

@end

About

不用下载图片,直接获取网络图片尺寸大小

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published