CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.

YHGetNetPictureSize 1.0.0

YHGetNetPictureSize 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2015

Maintained by jiisd.



  • By
  • 郑亚恒

获取网络链接图片大小尺寸的工具类

使用场景

  • 快速获取服务器中图片的尺寸大小
  • 得到尺寸后设置相应大小的占位图
  • 待图片异步缓存完毕之后再更新显示该图片
    // Use it only one calling method like this
   +(CGSize)getImageSizeWithURL:(id)imageURL;