dirkfabisch / B68FloatingLabelTextField

Swift implementation of the Float Label Design Pattern from Matt D. Smith
MIT License
74 stars 22 forks source link

Use of undeclared type 'B68UIFloatLabelTextField' #1

Closed schan93 closed 9 years ago

schan93 commented 9 years ago

Hi, I recently stumbled upon your customized Text Field and I wanted to see how it works. However, I can't seem to make it work in my project as I get an error saying Use of undeclared type 'B68UIFloatLabelTextField' when I try to make an IBOutlet of this type. I installed the project via Cocoapods which worked and tried to follow your example but I can't seem to get this working. If it helps I'm making a Swift project. Do I need to import anything or add the file anywhere? Thanks for your help.

dirkfabisch commented 9 years ago

Hi @schan93 did you import the module in your swift file?