Classes

The following classes are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    @interface QMUIHelper : NSObject
    
    + (instancetype)sharedInstance;
    @end

    Swift

    class QMUIHelper : NSObject
  • 维护项目全局 UI 配置的单例,通过业务项目自己的 QMUIConfigurationTemplate 来为这个单例赋值,而业务代码里则通过 QMUIConfigurationMacros.h 文件里的宏来使用这些值。 A singleton that contains various UI configurations. Use QMUIConfigurationTemplate to set values; Use macros in QMUIConfigurationMacros.h to get values.

    See more

    Declaration

    Objective-C

    @interface QMUIConfiguration : NSObject

    Swift

    class QMUIConfiguration : NSObject
  • 以高级语言的方式描述一个 objc_property_t 的各种属性,请使用 +descriptorWithProperty 生成对象后直接读取对象的各种值。

    See more

    Declaration

    Objective-C

    @interface QMUIPropertyDescriptor : NSObject

    Swift

    class QMUIPropertyDescriptor : NSObject