Also the TKAutoCompleteTextView will not show unless I call the line:
[self.view addSubview:self.autocomplete];
but yet in the provided example code this was not called and it still displayed the TKAutoCompleteTextView.
Also the TKAutoCompleteTextView will not show unless I call the line:
[self.view addSubview:self.autocomplete];
but yet in the provided example code this was not called and it still displayed the TKAutoCompleteTextView.