gontovnik / DGElasticPullToRefresh

Elastic pull to refresh for iOS developed in Swift
https://medium.com/@gontovnik/elastic-view-animation-or-how-i-built-dgelasticpulltorefresh-269a3ba8636e#.9dioekqv6
MIT License
3.77k stars 442 forks source link

Not working on Xcode 8 / Swift 3 #52

Closed mobilityvalley closed 8 years ago

mobilityvalley commented 8 years ago

I installed DGElasticPullToRefresh using cocoapod. So I have version (1.0.3). It does not build : I have 30 errors.

Is swift 3 support planned ?

Many thanks

ecdfeaa2 commented 8 years ago

Have you try this : pod "DGElasticPullToRefresh", :git => 'https://github.com/gontovnik/DGElasticPullToRefresh.git'

gontovnik commented 8 years ago

You should try version 1.1 instead of 1.0.3.

Thanks

mobilityvalley commented 8 years ago

How do I try version 1.1 ? I just configured: pod "DGElasticPullToRefresh"

Do You mean: pod 'DGElasticPullToRefresh', '~> 1.1'