github.com Alamofire用の画像コンポーネントライブラリAlamofireImageの導入メモ。 これまでAlamofireだけでは画像の非同期取得はサポートされていませんでしたがAlamofireImageを一緒に使う事で非常に簡単に画像の非同期取得も出来るようになったようです。 環境 Xcode 7.0 CocoaPods $ gem install cocoapods Podfile source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! pod 'AlamofireImage', '~> 1.0' $ pod install これで導入は完了する。ちなみに依存関係にあるAlamofireもセットでインストールされる。 Alamofireの使い方は簡単に過