jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

Swift 4 version #81

Closed gwennguihal closed 6 years ago

gwennguihal commented 6 years ago

Is there a swift 4 version in progress ?

alexookah commented 6 years ago

@gwennguihal check the latest version 0.5.2 its swift 4

SLAppsDev commented 6 years ago

@Alexookah I'm still getting errors in the new version 0.5.2 :/

/Pods/AnimatedTextInput/AnimatedTextInput/Classes/AnimatedTextField.swift:104:75: Cannot convert value of type '[NSAttributedStringKey : Any]?' (aka 'Optional<Dictionary<NSString, Any>>') to expected argument type '[String : Any]?'

and many more...

alexookah commented 6 years ago

@SLAppsDev do you use swift 4?

SLAppsDev commented 6 years ago

@Alexookah ohh no! :S, now that I've updated the pod it won't let me migrate to swift 4 because of the compile erros

alexookah commented 6 years ago

remove from pods, migrate to swift 4 . then add again to pods ;)

SLAppsDev commented 6 years ago

@Alexookah all set thanks!!.

ismaiI1 commented 6 years ago

How can i install Swift 4 version? pod 'AnimatedTextInput', '~> 0.5.2' mistyped the name or version.

Edit : I found. pod 'AnimatedTextInput', '0.5.2'. if it not worked run pod repo update before.

funct7 commented 5 years ago

I think you guys might want to update the README file. The version info about installation was greatly misleading!