iOS 네트워크 링크 의 그림 너비 가 져 오기

SDWebImage 를 사용 하 는 방법 이 완벽 하 게 해결 되 었 습 니 다.
[[SDWebImageDownloader sharedDownloader]downloadImageWithURL:[NSURL URLWithString:string] options:SDWebImageDownloaderUseNSURLCache progress:^(NSInteger receivedSize, NSInteger expectedSize) {
        } completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished) {
            //         
            nslog(@"%f",image.heigh);
        }];

좋은 웹페이지 즐겨찾기