Element
public enum Element
-
Undocumented
Declaration
Swift
case deleteSection(Int)
-
Undocumented
Declaration
Swift
case insertSection(Int)
-
Undocumented
Declaration
Swift
case moveSection(from: Int, to: Int)
-
Undocumented
Declaration
Swift
case deleteElement(Int, section: Int)
-
Undocumented
Declaration
Swift
case insertElement(Int, section: Int)
-
Undocumented
Declaration
Swift
case moveElement(from: (item: Int, section: Int), to: (item: Int, section: Int))
-
Declaration
Swift
public var debugDescription: String { get }