CSMenuItem
public class CSMenuItem : CSObject
Undocumented
-
Undocumented
Declaration
Swift
public var title: String? { get set }
-
Undocumented
Declaration
Swift
public var systemItem: UIBarButtonItem.SystemItem? { get set }
-
Undocumented
Declaration
Swift
public var image: UIImage? { get set }
-
Undocumented
Declaration
Swift
public var tintColor: UIColor? { get set }
-
Undocumented
Declaration
Swift
public var isVisible: Bool { get set }
-
Undocumented
Declaration
Swift
public init(by parent: CSMainController, title: String? = nil, systemItem: UIBarButtonItem.SystemItem? = nil, image: UIImage? = nil, action: ((CSMenuItem) -> Void)? = nil)
-
Undocumented
Declaration
Swift
public init(by parent: CSMainController, view: UIView? = nil, action: ((CSMenuItem) -> Void)? = nil)
-
Undocumented
Declaration
Swift
@discardableResult public func hide() -> Self
-
Undocumented
Declaration
Swift
@discardableResult public func show() -> Self
-
Undocumented
Declaration
Swift
public var hidden: Bool { get set }
-
Undocumented
Declaration
Swift
@discardableResult public func noAction() -> Self
-
Undocumented
Declaration
Swift
static var menuImage: UIImage