mnbayan / AutocompleteTextfieldSwift

Simple and straightforward sublass of UITextfield to manage string suggestions
MIT License
290 stars 66 forks source link

Unknown class AutoCompleteTextField in Interface Builder file. #7

Closed mirzadelic closed 9 years ago

mirzadelic commented 9 years ago

I am getting error:

Unknown class AutoCompleteTextField in Interface Builder file.

I don't know why this is happening, but this line is making this problem:

destinationAddressLabel.onTextChange = {[weak self] text in
...

I added AutocompleteTextfield.swift to Compile Sources. Any solution?