QMUINavigationButtonType
NS_ENUM(NSUInteger, QMUINavigationButtonType) {
QMUINavigationButtonTypeNormal, // 普通导航栏文字按钮
QMUINavigationButtonTypeBold, // 导航栏加粗按钮
QMUINavigationButtonTypeImage, // 图标按钮
QMUINavigationButtonTypeBack // 自定义返回按钮(可以同时带有title)
}
Undocumented
-
Undocumented
Declaration
Objective-C
QMUINavigationButtonTypeNormal
Swift
case normal = 0
-
Undocumented
Declaration
Objective-C
QMUINavigationButtonTypeBold
Swift
case bold = 1
-
Undocumented
Declaration
Objective-C
QMUINavigationButtonTypeImage
Swift
case image = 2
-
Undocumented
Declaration
Objective-C
QMUINavigationButtonTypeBack
Swift
case back = 3