Entries from 2017-05-08 to 1 day

画像のキャッシュ(SDWebImage)

Apiで取得したurlを使って画像をキャッシュ→表示させる ①PodfileでSDWebImageをインストール ②#import <SDWebImage/UIImageView+WebCache.h> ③コーディング 1. こんな感じにPodfileに書き込み Pods for HotPepperApp pod ‘AFNetworking’ pod ‘SDWebImage’ 2. #import <SDWebImage/UIImageView+WebCache.h></br> 3. NSURL *url = [NSURL UR…