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

Summary of Change Log #15

Closed sreejithkr closed 8 years ago

sreejithkr commented 8 years ago

Update code to latest Swift 2.2 In FloatLabelTextField used the Nil Coalescing Operator to use a default value while checking the isEmpty property of the text variable.

@FahimF Just thought to send the pull request. Hope this helps.

FahimF commented 8 years ago

Thanks for sending the pull request :) I updated the project to Swift 2.2 today. Sorry about the delay in getting to this.