SearchTextField icon indicating copy to clipboard operation
SearchTextField copied to clipboard

I get Thread 1 Signal error in App delegate

Open Adrian-Yao opened this issue 7 years ago • 2 comments

After opening podfile and downloading SearchTextField 1.1.4 I created an outlet as follows: @IBOutlet weak var countrySearchTextField: SearchTextField!

And then in viewDidLoad, i put in this function { countrySearchTextField.filterStrings(["United States", "England", "China"]) }

I am doing autocomplete for countries, but when I run this code, the Thread 1 Signal error comes up. Much help appreciated!

Adrian-Yao avatar Aug 22 '17 17:08 Adrian-Yao

I got it too. @Adrian-Yao , did you find any solution? Thanks

russel2002 avatar Sep 12 '17 06:09 russel2002

I hade a problem like this too. Not sure if it is the same but on my side it was caused by having the wrong typ for the textEdit in the storyboard. There it still was UITextField and not SearchTextField.

Adarkas2302 avatar Dec 06 '17 10:12 Adarkas2302