問題タブ [swift-array]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
860 参照

swift - Swift - 構造体の配列で UISearchController と NSPredicate を使用して検索する

現在、tableView の検索バーを設定しようとしています。NSPredicate を使用してユーザーの入力をフィルター処理し、構造体オブジェクトの配列からフィルター処理されたデータを表示したいと考えています。

しかし、.filteredArrayUsingPredicate()そのような配列を呼び出そうとすると、次のエラーが発生します[Course] is not convertible to 'NSArray'

以下は私のコードとレポへのリンクです。また、より良いアプローチ方法を受け入れます。

リンク: https://github.com/classmere/app/tree/feature/issue/1/implementSearch

どうもありがとう!