gmertk / ParkedTextField

A text field with a constant text/placeholder
MIT License
862 stars 50 forks source link

Issues with Xcode 8 / Swift 2.3 #17

Closed chrisballinger closed 7 years ago

chrisballinger commented 8 years ago

I've fixed these issues locally but will submit a PR soon. More changes will probably be needed for Swift 3.

iOS/Pods/ParkedTextField/ParkedTextField/ParkedTextField/ParkedTextField.swift:214:35: value of optional type 'UIFontDescriptor?' not unwrapped; did you mean to use '!' or '?'?
        return UIFont(descriptor: descriptor, size: 0)