YHGetNetPictureSize 1.0.0× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Aug 2015Maintained by jiisd.Installation Guide×Installation Guide for YHGetNetPictureSizeYou want to add pod 'YHGetNetPictureSize', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'YHGetNetPictureSize', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try YHGetNetPictureSizeSee PodspecGitHub RepoPage on CocoaPods.orgYHGetNetPictureSize 1.0.0By郑亚恒jiisd/YHGetNetPictureSizeGitHub Repo 获取网络链接图片大小尺寸的工具类 使用场景 快速获取服务器中图片的尺寸大小 得到尺寸后设置相应大小的占位图 待图片异步缓存完毕之后再更新显示该图片 // Use it only one calling method like this +(CGSize)getImageSizeWithURL:(id)imageURL;