PickerViewConfig

@objcMembers
public class PickerViewConfig : NSObject

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let shared: PickerViewConfig
  • 主背景色

    Declaration

    Swift

    public var mainBackgroundColor: UIColor
  • 蒙版颜色

    Declaration

    Swift

    public var maskColor: UIColor
  • 主文字颜色

    Declaration

    Swift

    public var mainTextColor: UIColor
  • 左边按钮颜色

    Declaration

    Swift

    public var leftButtonColor: UIColor
  • 左边按钮字体

    Declaration

    Swift

    public var leftButtonFont: UIFont
  • 右边按钮颜色

    Declaration

    Swift

    public var rightButtonColor: UIColor
  • 右边按钮字体

    Declaration

    Swift

    public var rightButtonFont: UIFont
  • 中间标题颜色

    Declaration

    Swift

    public var centerLabelColor: UIColor
  • 中间标题字体

    Declaration

    Swift

    public var centerLabelFont: UIFont
  • Picker选项字体

    Declaration

    Swift

    public var itemLabelFont: UIFont
  • Picker选项颜色

    Declaration

    Swift

    public var itemLabelColor: UIColor
  • 顶部圆角

    Declaration

    Swift

    public var toolBarViewTopCornerRadius: CGFloat
  • 分割线颜色

    Declaration

    Swift

    public var lineColor: UIColor
  • 强制使用某语言的编码

    Declaration

    Swift

    public var languageCode: String?
  • 动画时长

    Declaration

    Swift

    public var animateDuration: TimeInterval