Displaying Searchable Content by Using a Search Controller
検索可能な内容を検索コントローラを使うことによって表示する
Create a user interface with searchable content in a table view.
あるユーザインターフェイスを、検索可能な内容で、あるテーブルビューにおいて作成します。
+ predicateWithLeftExpression:rightExpression:customSelector:
Returns a new predicate formed by combining the left and right expressions using a given selector.
左および右式をある与えられたセレクタを使って結合することによって形成される新しい述部を返します。
+ predicateWithLeftExpression:rightExpression:modifier:type:options:
Creates and returns a predicate of a given type formed by combining given left and right expressions using a given modifier and options.
与えられた左および右式をある与えられた修飾子と幾つかのオプションを使って結合することによって形成されるある与えられた型のある述部を作成して返します。
- initWithLeftExpression:rightExpression:customSelector:
Creates a predicate that you form by combining specified left and right expressions using a specified selector.
ある述部を作成します、それはあなたが指定された左および右式をある指定されたセレクタを使って結合することによって形成するものです。
- initWithLeftExpression:rightExpression:modifier:type:options:
Creates a predicate to a specified type that you form by combining specified left and right expressions using a specified modifier and options.
ある述部をある指定された型に向けて作成します、それはあなたが指定された左および右式をある指定された修飾子とオプションいくつかを使って結合することによって形成するものです。
- initWithCoder:
Creates a predicate by decoding from the coder you specify.
ある述部をあなたが指定するコーダからデコードすることによって作成します。