AKPickerView-Swift
AKPickerView-Swift copied to clipboard
Can not use in swift3 !!
When i build app, it is make 97 error in 'AKPickerView.swift'. I work swift 3
In podfile:
pod "AKPickerView-Swift"
and that success passing in terminal
configure your podfile like this pod 'AKPickerView-Swift', :git => 'https://github.com/Akkyie/AKPickerView-Swift.git'
this solution works. but in swift 4 i still get a 6 errors ( easy to fix ). thank you for your time