A Boolean value that controls whether the cell background is indented when the table view is in editing mode.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
var shouldIndentWhileEditing: Bool { get set }
Discussion
The default value is true
. This property is unrelated to indentation
. The delegate can override this value in table
. This property has an effect only on table views created in the grouped style (UITable
); it has no effect on UITable
table views.