ytakzk / Fusuma

Instagram-like photo browser and a camera feature with a few line of code in Swift.
MIT License
2.46k stars 340 forks source link

It does not compile on Swift 4 #237

Closed andrezacds closed 6 years ago

andrezacds commented 6 years ago

I just installed Fusuma with cocoaPods, but it doesn't compile on Swift 4. I get a total of 39 errors, among types that were renamed, some variable that was not unwrapped, obsolete functions and a few others.

Faydee1220 commented 6 years ago

Edit your podfile as below, the "pod install" again pod 'Fusuma', :git => 'https://github.com/ytakzk/Fusuma.git', :branch => 'swift4'

ytakzk commented 6 years ago

@andrezacds it's merged into master branch.