QMUIGhostButtonColor
NS_ENUM(NSUInteger, QMUIGhostButtonColor) {
QMUIGhostButtonColorBlue,
QMUIGhostButtonColorRed,
QMUIGhostButtonColorGreen,
QMUIGhostButtonColorGray,
QMUIGhostButtonColorWhite,
}
Undocumented
-
Undocumented
Declaration
Objective-C
QMUIGhostButtonColorBlue
Swift
case blue = 0
-
Undocumented
Declaration
Objective-C
QMUIGhostButtonColorRed
Swift
case red = 1
-
Undocumented
Declaration
Objective-C
QMUIGhostButtonColorGreen
Swift
case green = 2
-
Undocumented
Declaration
Objective-C
QMUIGhostButtonColorGray
Swift
case gray = 3
-
Undocumented
Declaration
Objective-C
QMUIGhostButtonColorWhite
Swift
case white = 4