+ All Categories
Home > Technology > Image caching avec SDWebImage par Mathieu Godart

Image caching avec SDWebImage par Mathieu Godart

Date post: 15-May-2015
Category:
Upload: cocoaheads-france
View: 2,840 times
Download: 0 times
Share this document with a friend
Popular Tags:
7
SmallTalk CocoaPods Introduction CocoaHeads Paris Novembre 2013 Mathieu Godart
Transcript
Page 1: Image caching avec SDWebImage par Mathieu Godart

SmallTalk !

CocoaPods Introduction

CocoaHeads ParisNovembre 2013 Mathieu Godart

Page 2: Image caching avec SDWebImage par 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

Page 3: Image caching avec SDWebImage par Mathieu Godart

CocoaPods Introduction

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

Quicker, easier and… less risky!

Page 4: Image caching avec SDWebImage par Mathieu Godart

CocoaPods IntroductionInstall:

gem install cocoapods

pod setup

New project architecture: MyApp.xcworkspace

MyApp.xcodeproj

Pod.xcodeproj

Page 5: Image caching avec SDWebImage par Mathieu Godart

CocoaPods Introduction

More details on CocoaPods A list of available Pods

➲ http://cocoapods.org

Please contribute, it's easier than filling a Radar

Page 6: Image caching avec SDWebImage par Mathieu Godart
Page 7: Image caching avec SDWebImage par Mathieu Godart

CocoaHeads ParisCocoaPods Introduction

Mathieu Godart @MonsieurDart mathieu@ www.atelierdumobile.com


Recommended