Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Objective-C
@interface QMUIHelper : NSObject + (instancetype)sharedInstance; @end
Swift
class QMUIHelper : NSObject
-
维护项目全局 UI 配置的单例,通过业务项目自己的 QMUIConfigurationTemplate 来为这个单例赋值,而业务代码里则通过 QMUIConfigurationMacros.h 文件里的宏来使用这些值。 A singleton that contains various UI configurations. Use
See moreQMUIConfigurationTemplate
to set values; Use macros inQMUIConfigurationMacros.h
to get values.Declaration
Objective-C
@interface QMUIConfiguration : NSObject
Swift
class QMUIConfiguration : NSObject
-
以高级语言的方式描述一个 objc_property_t 的各种属性,请使用
See more+descriptorWithProperty
生成对象后直接读取对象的各种值。Declaration
Objective-C
@interface QMUIPropertyDescriptor : NSObject
Swift
class QMUIPropertyDescriptor : NSObject