FahimF / FloatLabelFields

Text entry controls which contain a built-in title/label so that you don't have to add a separate title for each field.
MIT License
1.19k stars 107 forks source link

Swift 4.2 support #31

Open piercifani opened 5 years ago

piercifani commented 5 years ago

There are a bunch of errors when compiling with Swift 4.2 due to UIKit symbols being renamed. Is there a Swift 4.2 branch ready yet?

mknippen commented 5 years ago

It looks like Pull Request #33 fixes this issue.