Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
検索バーを備えた UI テーブル ビューがあり、通常は正常に機能します。これで、アプリは前の画面の検索キーワードを使用してこの画面に入ることができます。画面が表示されたら、キーワードをプログラムで検索バーに入力する必要があり、テーブル ビューには通常どおりフィルター処理されたレコードを表示する必要があります。この機能を実装する方法を教えてもらえますか?
UISearchDisplayController を使用している場合は、その searchBar プロパティ (UISearchBar のインスタンス) を取得し、searchBar で setText: を呼び出してテキストを設定できます。