型メソッド
disclosureIndicator(displayed:options:)
指定された表示状態と構成オプションを使用して、開示インジケータシステムアクセサリを作成します。
宣言
static func disclosureIndicator(displayed: UICellAccessory.DisplayedState = .always, options: UICellAccessory.DisclosureIndicatorOptions = DisclosureIndicatorOptions()) -> UICellAccessory
パラメータ
displayed
開示インジケータが中に表示されているセルの編集状態。このパラメータのデフォルト値は UICellAccessory.DisplayedState.always です。
options
開示インジケーターの構成オプション。可能な構成オプションについては、 UICellAccessory.DisclosureIndicatorOptions を参照してください。
戻り値
構成された開示インジケータセルアクセサリ。このアクセサリは、追跡方向を指す開示模様です。このアクセサリは、セルの後縁に表示されます。
議論
このセルアクセサリを使用して、ユーザがセルをタップして追加のコンテンツを開示できることを示します。
以下も見よ
開示インジケータの作成
struct UICellAccessory.DisclosureIndicatorOptions
開示インジケータの構成オプション。