次の方法で共有


UITableViewCellEditingStyle 列挙型

定義

セルの編集スタイルの UITableView 列挙。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITableViewCellEditingStyle
type UITableViewCellEditingStyle = 
継承
UITableViewCellEditingStyle
属性

フィールド

Delete 1

セルを削除できることを示すために、白いマイナス記号が付いた赤い円が表示されます。

Insert 2

白いプラス記号が付いたグリー円が表示され、新しい行を挿入できることを示します。

None 0

セルに編集コントロールは表示されません (これが既定値です)。

注釈

セルの編集スタイルは、 プロパティに EditingStyle 設定されます。 編集モードのときに、セルの左側に編集コントロールが表示されます。

適用対象