私はNSArray
がNSString
sです。例えばNSStringsのNSArray。関連性によって並べ替えます。ベストプラクティス
:@"Good item", @"Very good item", @"The best of the best item"
UITextField
で検索すると、ユーザタイプ@"Very good item"
。私のObjective-Cでそれを行うための最善の方法を提案してください
@"Very good item" <- the best match with the search phrase
@"Good item"
@"The best of the best item"
:私は関連して、ソース配列をソートする必要があり、その結果を参照したいと思います。
ありがとうございました。
「関連性」に度合いを定義する必要があります。 – Larme
ありがとう、ラーメ –