PopMenuAppearance
final public class PopMenuAppearance : NSObject
Appearance for PopMenu. Use for configuring custom styles and looks.
-
Background and tint colors.
Declaration
Swift
public var popMenuColor: PopMenuColor
-
Background style.
Declaration
Swift
public var popMenuBackgroundStyle: PopMenuBackgroundStyle
-
The font for labels.
Declaration
Swift
public var popMenuFont: UIFont
-
Corner radius for rounded corners.
Declaration
Swift
public var popMenuCornerRadius: CGFloat
-
How tall each action is.
Declaration
Swift
public var popMenuActionHeight: CGFloat
-
The separator style for each action.
Declaration
Swift
public var popMenuItemSeparator: PopMenuActionSeparator
-
The status bar style of the pop menu.
Declaration
Swift
public var popMenuStatusBarStyle: UIStatusBarStyle?