let separated = split(String(searchText), {find(" ",$0) != nil}, allowEmptySlices: false);
I am getting this error:
Missing parameter isSeparator in call.
Any ideas?
let separated = split(String(searchText), {find(" ",$0) != nil}, allowEmptySlices: false);
I am getting this error:
Missing parameter isSeparator in call.
Any ideas?