CSMenuHeader
public class CSMenuHeader : CSObject
Undocumented
-
Undocumented
Declaration
Swift
public init(by parent: CSMainController, index: Int, title: String)
-
Undocumented
Declaration
Swift
public func item(with title: String, type: UIBarButtonItem.SystemItem? = nil, image: UIImage? = nil, action: ((CSMenuItem) -> Void)? = nil) -> CSMenuItem
-
Undocumented
Declaration
Swift
public func item(with view: UIView, action: ((CSMenuItem) -> Void)? = nil) -> CSMenuItem
-
Undocumented
Declaration
Swift
public var isVisible: Bool { get }
-
Undocumented
Declaration
Swift
public func clear() -> Self
-
Undocumented
Declaration
Swift
public var isDisplayedAsItem: Bool { get }