Image caching avec SDWebImage par Mathieu Godart

Post on 15-May-2015

2,840 views 0 download

Tags:

transcript

SmallTalk !

CocoaPods Introduction

CocoaHeads ParisNovembre 2013 Mathieu Godart

CocoaPods Introduction

To integrate a new framework to a project: Get the code: git submodule add …(or worse: Download and unzip the last version…)

Add files to your project Add dependencies Add compiler and linker flags

CocoaPods Introduction

Add pod 'MKNetworkKit' to the Podfile Run pod update There's no step three!

Quicker, easier and… less risky!

CocoaPods IntroductionInstall:

gem install cocoapods

pod setup

New project architecture: MyApp.xcworkspace

MyApp.xcodeproj

Pod.xcodeproj

CocoaPods Introduction

More details on CocoaPods A list of available Pods

➲ http://cocoapods.org

Please contribute, it's easier than filling a Radar

CocoaHeads ParisCocoaPods Introduction

Mathieu Godart @MonsieurDart mathieu@ www.atelierdumobile.com